Fixed the Sonar technical debt.
[policy/engine.git] / ONAP-REST / src / main / java / org / onap / policy / rest / jpa / DescriptiveScope.java
index 30882fc..68a00db 100644 (file)
@@ -102,7 +102,7 @@ public class DescriptiveScope implements Serializable {
        private static Log LOGGER = LogFactory.getLog(DescriptiveScope.class);
        
        public DescriptiveScope(){
-               
+               //An empty constructor
        }
        
        public DescriptiveScope(String string, String userid) {