From: Youcef Laribi Date: Thu, 11 Apr 2013 00:05:56 +0000 (-0700) Subject: fixed method name X-Git-Tag: releasepom-0.1.0~581^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=07d5d098bdf074009594ec2b9ae13633e6c6d4fc fixed method name Change-Id: I18ff595c6fe84eed59c2ef138b0e783ba00ba1f0 Signed-off-by: Youcef Laribi --- diff --git a/README.OPENDAYLIGHT b/README.OPENDAYLIGHT index 91659801b6..a587ed8cfb 100644 --- a/README.OPENDAYLIGHT +++ b/README.OPENDAYLIGHT @@ -14,7 +14,7 @@ be generated by packaging the several artifact. In practice for now there are two: - "opendaylight", which is the full distribution of the controller - "sdk", which contains only the artifact needed to build an app - against the controller (beaware this is still incomplete) + against the controller (beaware this is still incomplete). The idea of the distribution directory is that more distribution can be added at will, maybe just composing subsets of the whole controller artifact set. diff --git a/opendaylight/northbound/hosttracker/src/main/java/org/opendaylight/controller/hosttracker/northbound/HostTrackerNorthbound.java b/opendaylight/northbound/hosttracker/src/main/java/org/opendaylight/controller/hosttracker/northbound/HostTrackerNorthbound.java index 0ed8306bba..d79c4dab89 100644 --- a/opendaylight/northbound/hosttracker/src/main/java/org/opendaylight/controller/hosttracker/northbound/HostTrackerNorthbound.java +++ b/opendaylight/northbound/hosttracker/src/main/java/org/opendaylight/controller/hosttracker/northbound/HostTrackerNorthbound.java @@ -263,7 +263,7 @@ public class HostTrackerNorthbound { * * @param containerName Name of the Container. The Container name for the base controller is "default". * @param networkAddress IP Address - * @return Response as dictated by the HTTP Response code + * @return Response as dictated by the HTTP Response code. */ @Path("/{containerName}/{networkAddress}")