X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=opendaylight%2Fhosttracker%2Fapi%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fhosttracker%2FhostAware%2FIHostFinder.java;h=533e7599bddfb01f386ad71f78329da024157d81;hb=541d0a36997f292bb037a2199463431eee538358;hp=5ea7fb0e49d2a7b7d87718df43c4ee52162334b3;hpb=fad07e38e57f1c0d8d687e3bae01532196d6e99d;p=controller.git diff --git a/opendaylight/hosttracker/api/src/main/java/org/opendaylight/controller/hosttracker/hostAware/IHostFinder.java b/opendaylight/hosttracker/api/src/main/java/org/opendaylight/controller/hosttracker/hostAware/IHostFinder.java index 5ea7fb0e49..533e7599bd 100644 --- a/opendaylight/hosttracker/api/src/main/java/org/opendaylight/controller/hosttracker/hostAware/IHostFinder.java +++ b/opendaylight/hosttracker/api/src/main/java/org/opendaylight/controller/hosttracker/hostAware/IHostFinder.java @@ -26,7 +26,7 @@ public interface IHostFinder { * by query of an application to the HostTracker. The requested IP address * doesn't exist in the local database at this point. * - * @param networkAddress IP Address encapsulated in InetAddress class + * @param networkAddress IP Address encapsulated in InetAddress class * */ public void find(InetAddress networkAddress); @@ -35,7 +35,7 @@ public interface IHostFinder { * This method is called by HostTracker to see if a learned Host is still in the network. * Used mostly for ARP Aging. * - * @param host The Host that needs to be probed + * @param host The Host that needs to be probed */ public void probe(HostNodeConnector host); }