From 74e0706bab06db09ce25998d3d3a52ec8b0237d3 Mon Sep 17 00:00:00 2001 From: Krishnakumar Jinka Date: Sun, 25 Nov 2018 13:56:36 +0900 Subject: Reduce resp values meth complexity The response values determining method has more complexity reduce it using enums. Fix build fail due to incorrect response value. Modify LCM response code to enum. Fix enum package. Modify status code enum. Add modification copyright notice. Fix review comments. Add serialization key Issue-ID: POLICY-1251 Change-Id: I49909b6dd2810dd864784afab0a328b855131501 Signed-off-by: kris.jinka Signed-off-by: krisjinka --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index d2e6a3b87..2a339bd09 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,5 @@ controlloop/templates/template.demo/src/test/resources/xacml/autogenerated_*.xml # IntelliJ file .idea **/*.iml +*.ipr +*.iws -- cgit 1.2.3-korg