diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-01-23 10:58:28 -0500 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-01-23 17:55:49 +0000 |
commit | 51240d1f0faa884dd2451582979c6802a833e7e0 (patch) | |
tree | 65d90a3c554d56afdac45769da705ceb41507520 | |
parent | 999757747b58be25d60b26800b076d961137e5c7 (diff) |
Updated git submodules
Project: policy/engine master a6b8bc8875402ab721a8529926d01b2565d0f595
Addressing Technical Debt for POLICY-SDK-APP
* Using booleans true and false
* Using already predefined static strings
* Adding private constructors to hide implicit
* Adding empty constructor comment to satisfy SONAR
* Using single quotes for indexOf to use faster method
* Preferred use of .isEmpty()
* Ordering of public static synchronized syntax
* Removing commented out code
* Using an already defined constant
* Unnecessary declaration of runtime exceptions
* Unnecessary casts
* Unused variables and imports
* Unnecessary use of toString()
* Just using return vs storing into a local var and returning that
* Extra semicolons
Issue-ID: POLICY-482
Change-Id: I6b9dcc5211dd52895a8787239b9df3059928fa45
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
m--------- | docs/submodules/policy/engine.git | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/policy/engine.git b/docs/submodules/policy/engine.git -Subproject 7a2924a2209bce7b0c578b67fd2310d12ccdb1f +Subproject a6b8bc8875402ab721a8529926d01b2565d0f59 |