AAI-1523 Batch reformat aai-rest
[aai/aai-common.git] / aai-rest / src / main / java / org / onap / aai / restclient / RestClientFactory.java
index 3a19f2d..d41c29a 100644 (file)
@@ -17,6 +17,7 @@
  * limitations under the License.
  * ============LICENSE_END=========================================================
  */
+
 package org.onap.aai.restclient;
 
 /**
@@ -27,7 +28,7 @@ public interface RestClientFactory {
     /**
      *
      * @param clientType
-     *                 type of client to return
+     *        type of client to return
      * @return
      */
     RestClient getRestClient(String clientType);