Fix checkstyle declarations
[policy/drools-applications.git] / controlloop / common / actors / actor.appclcm / src / main / java / org / onap / policy / controlloop / actor / appclcm / AppcLcmRecipeFormatter.java
index c9feb0d..12fad9e 100644 (file)
@@ -3,6 +3,7 @@
  *
  * ================================================================================
  * Copyright (C) 2018 Nokia Intellectual Property. All rights reserved.
+ * Modifications Copyright (C) 2018 AT&T Intellectual Property. All rights reserved.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -21,9 +22,8 @@
 package org.onap.policy.controlloop.actor.appclcm;
 
 import com.google.common.collect.Lists;
-import org.apache.commons.lang.StringUtils;
-
 import java.util.stream.Collectors;
+import org.apache.commons.lang.StringUtils;
 
 class AppcLcmRecipeFormatter {