Add "@Override" annotation above method signature
[ccsdk/sli/adaptors.git] / aai-service / provider / src / main / java / org / onap / ccsdk / sli / adaptors / aai / CustomQueryRequest.java
index 8922886..a99e6d5 100755 (executable)
@@ -5,6 +5,7 @@
  * Copyright (C) 2017 AT&T Intellectual Property. All rights
  *                     reserved.
  * Modifications Copyright (C) 2018 IBM.
+ * Modifications Copyright (C) 2019 IBM.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -118,7 +119,8 @@ public class CustomQueryRequest extends AAIRequest {
 
                return requestUrl;
        }
-
+       
+       @Override
        public AAIDatum jsonStringToObject(String jsonData) throws IOException {
                if(jsonData == null) {
                        return null;