Commit includes ControlLoopPolicy API and bugfixes
[policy/engine.git] / ECOMP-ControlloopPolicy / src / main / java / org / openecomp / policy / controlloop / policy / builder / BuilderException.java
index a087463..273af85 100644 (file)
  * limitations under the License.
  * ============LICENSE_END=========================================================
  */
+
 package org.openecomp.policy.controlloop.policy.builder;
 
 public class BuilderException extends Exception {
 
+       private static final long serialVersionUID = 610064813684337895L;
+       
        public BuilderException(String string) {
                super(string);
        }
 
-       /**
-        * 
-        */
-       private static final long serialVersionUID = 610064813684337895L;
-
 }