Issue-ID: CLI-106
Change-Id: Id1bc614e410f4efeb0b3d033104c978523d76bc5
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
return errorList;
}
- public static ArrayList<String> validateHttpSchemaSection(Map<String, ?> values) {
+ public static List<String> validateHttpSchemaSection(Map<String, ?> values) {
ArrayList<String> errorList = new ArrayList<>();
Map<String, ?> map = (Map<String, ?>) values.get(OnapCommandHttpConstants.HTTP);
Map<String, Object> requestMap = (Map<String, Object>) map.get(OnapCommandHttpConstants.REQUEST);