Fix checkstyle declarations
[policy/drools-applications.git] / controlloop / common / guard / src / main / java / org / onap / policy / guard / PolicyGuardResponse.java
index e9ff435..d7ece30 100644 (file)
@@ -2,7 +2,7 @@
  * ============LICENSE_START=======================================================
  * guard
  * ================================================================================
- * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
+ * Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -49,8 +49,8 @@ public class PolicyGuardResponse {
         return requestId;
     }
 
-    public void setRequestID(UUID requestID) {
-        this.requestId = requestID;
+    public void setRequestID(UUID requestId) {
+        this.requestId = requestId;
     }
 
     public String getResult() {