Fixed the Sonar technical debt.
[policy/engine.git] / ONAP-REST / src / main / java / org / onap / policy / rest / dao / PolicyDBException.java
index d1ed7f6..df6bf12 100644 (file)
@@ -29,6 +29,7 @@ public class PolicyDBException extends Exception {
     private static final long serialVersionUID = -6162444281003852781L;
 
     public PolicyDBException() {
+        // Empty constructor
     }
     
     public PolicyDBException(String message) {