Revert "Checkstyle enforcer"
[controller.git] / opendaylight / hosttracker / implementation / src / main / java / org / opendaylight / controller / hosttracker / internal / HostTrackerCallable.java
index 1230d340eba4ebd8b013de252de2df96efe601d8..0af523aaa9b22dbedd7f54d0da0edf26b6e0aecb 100644 (file)
@@ -15,8 +15,8 @@ package org.opendaylight.controller.hosttracker.internal;
 
 /**
  * This Class provides methods to discover Host through a blocking call
- * mechanism. Applications can make use of these methods if they don't
- * find a host in HostTracker's database and want to discover the host
+ * mechanism. Applications can make use of these methods if they don't 
+ * find a host in HostTracker's database and want to discover the host  
  * in the same thread without being called by a callback function.
  */
 import java.net.InetAddress;