Reduce the number of problems in aai-common by removing unused imports
[aai/aai-common.git] / aai-core / src / main / java / org / onap / aai / parsers / uri / URIParser.java
index 8064342..3ca20c5 100644 (file)
@@ -52,7 +52,7 @@ public class URIParser {
     private URI originalURI = null;
 
     private MultivaluedMap<String, String> queryParams = null;
-  
+
     private static String aaiExceptionCode = "AAI_3001";
 
     /**