aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/org/onap/nbi/commons/ReservedKeys.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/org/onap/nbi/commons/ReservedKeys.java')
-rw-r--r--src/main/java/org/onap/nbi/commons/ReservedKeys.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/java/org/onap/nbi/commons/ReservedKeys.java b/src/main/java/org/onap/nbi/commons/ReservedKeys.java
index e0fc952..0f79f65 100644
--- a/src/main/java/org/onap/nbi/commons/ReservedKeys.java
+++ b/src/main/java/org/onap/nbi/commons/ReservedKeys.java
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+
package org.onap.nbi.commons;
/**
@@ -28,6 +29,7 @@ public class ReservedKeys {
public static final String QUERY_KEY_FIELD_ESCAPE = ":";
- private ReservedKeys() {}
+ private ReservedKeys() {
+ }
}