fixed method name
[controller.git] / opendaylight / northbound / hosttracker / src / main / java / org / opendaylight / controller / hosttracker / northbound / HostTrackerNorthbound.java
index 0ed8306bba8f9b53a6972aa5dd71584ab20ce676..d79c4dab898d4dbe7de2685514cd605e3cbf4113 100644 (file)
@@ -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}")