Provide Readme for each pom-file
[nonrtric.git] / policy-agent / src / main / java / org / oransc / policyagent / exceptions / ServiceException.java
index c3443ed..c5b604e 100644 (file)
@@ -29,5 +29,4 @@ public class ServiceException extends Exception {
     public ServiceException(String message, Exception originalException) {
         super(message, originalException);
     }
-
 }