ONOS-1235 Enhanced UI extension mechanism to provide message handler factory and took a first cut at the core UiWebSocket mechanism.

Change-Id: Iaad080c5371c3aa5e24a23489b1679d373ec0720
diff --git a/utils/osgi/src/main/java/org/onlab/osgi/ServiceDirectory.java b/utils/osgi/src/main/java/org/onlab/osgi/ServiceDirectory.java
index 80591c0..ffff4a7 100644
--- a/utils/osgi/src/main/java/org/onlab/osgi/ServiceDirectory.java
+++ b/utils/osgi/src/main/java/org/onlab/osgi/ServiceDirectory.java
@@ -23,8 +23,9 @@
 
     /**
      * Returns implementation of the specified service class.
+     *
      * @param serviceClass service class
-     * @param <T> type of service
+     * @param <T>          type of service
      * @return implementation class
      * @throws ServiceNotFoundException if no implementation found
      */