Formatting fixes for datagrid - WHITESPACE ONLY

Change-Id: I39c99795fcfef974b5b8c95cb7493e12322f6f74
diff --git a/src/main/java/net/onrc/onos/datagrid/HazelcastEventChannel.java b/src/main/java/net/onrc/onos/datagrid/HazelcastEventChannel.java
index 53d35c2..88fb544 100644
--- a/src/main/java/net/onrc/onos/datagrid/HazelcastEventChannel.java
+++ b/src/main/java/net/onrc/onos/datagrid/HazelcastEventChannel.java
@@ -45,10 +45,10 @@
     /**
      * Constructor for a given event channel name.
      *
-     * @param newHazelcastInstance    the Hazelcast instance to use.
-     * @param newChannelName          the event channel name.
-     * @param newTypeK                the type of the Key in the Key-Value store.
-     * @param newTypeV                the type of the Value in the Key-Value store.
+     * @param newHazelcastInstance the Hazelcast instance to use.
+     * @param newChannelName       the event channel name.
+     * @param newTypeK             the type of the Key in the Key-Value store.
+     * @param newTypeV             the type of the Value in the Key-Value store.
      */
     public HazelcastEventChannel(HazelcastInstance newHazelcastInstance,
                                  String newChannelName, Class<K> newTypeK,
@@ -147,7 +147,7 @@
 
     /**
      * Add a transient entry to the channel.
-     *
+     * <p/>
      * The added entry is transient and will automatically timeout after 1ms.
      *
      * @param key   the key of the entry to add.