From: Giovanni Meo Date: Thu, 11 Apr 2013 17:07:53 +0000 (+0000) Subject: Merge "fixed method name" X-Git-Tag: releasepom-0.1.0~581 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=e1a5967bce30bdb19f18908ac7d4af39f7e2c67c;hp=993cd4231a7386777738905031fa64a0b8f1e053 Merge "fixed method name" --- 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}")