Format Java code with respect to ONAP Code Style
[externalapi/nbi.git] / src / main / java / org / onap / nbi / apis / serviceorder / ServiceCatalogUrl.java
index 9831b67..069b491 100644 (file)
@@ -13,8 +13,8 @@
  *     See the License for the specific language governing permissions and
  *     limitations under the License.
  */
-package org.onap.nbi.apis.serviceorder;
 
+package org.onap.nbi.apis.serviceorder;
 
 import org.springframework.beans.factory.annotation.Value;
 import org.springframework.stereotype.Service;
@@ -22,7 +22,6 @@ import org.springframework.stereotype.Service;
 @Service
 public class ServiceCatalogUrl {
 
-
     @Value("${nbi.url}")
     private String nbiUrl;
 
@@ -32,5 +31,4 @@ public class ServiceCatalogUrl {
 
     }
 
-
 }