Merge "Support vDNS RainyDay test Case."
[policy/models.git] / models-interactions / model-impl / aai / src / main / java / org / onap / policy / aai / util / AaiException.java
index 1fe23cf..83923f1 100644 (file)
@@ -23,6 +23,8 @@ package org.onap.policy.aai.util;
 
 public class AaiException extends Exception {
 
+    // TODO remove this class
+
     private static final long serialVersionUID = 9220983727706207465L;
 
     public AaiException() {