ServiceHandler Update
[transportpce.git] / servicehandler / src / main / java / org / opendaylight / transportpce / servicehandler / LoggingFuturesCallBack.java
index 1747b4adb910fa3ce09872584f62c5119376ed6f..557a6878ece5390231b776d2e18f04da8a342097 100644 (file)
@@ -11,9 +11,10 @@ package org.opendaylight.transportpce.servicehandler;
 import com.google.common.util.concurrent.FutureCallback;
 import org.slf4j.Logger;
 
-/*
- * Class to log future logging from datastore actions (write & modify & 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> {