ServiceHandler Update
[transportpce.git] / servicehandler / src / main / java / org / opendaylight / transportpce / servicehandler / LoggingFuturesCallBack.java
index ddc37bdcadf781e5073e3d8ba8f1e4b3f98341c7..557a6878ece5390231b776d2e18f04da8a342097 100644 (file)
@@ -12,8 +12,9 @@ import com.google.common.util.concurrent.FutureCallback;
 import org.slf4j.Logger;
 
 /**
- * Class to log future logging from datastore actions (write, modify and delete..).
- * @author Martial Coulibaly ( martial.coulibaly@gfi.com ) on behalf of Orange
+ * Class to log future logging from datastore actions (write,modify and  delete..).
+ *
+ * @author <a href="mailto:martial.coulibaly@gfi.com">Martial Coulibaly</a> on behalf of Orange
  */
 
 public class LoggingFuturesCallBack<V> implements FutureCallback<V> {