diff options
author | Jim Hahn <jrh3@att.com> | 2019-02-27 17:42:52 -0500 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2019-02-27 22:05:42 -0500 |
commit | e6b3fdd85893ea9a2ccff6e1e7be573e211d0c2c (patch) | |
tree | 1b9fbfc1be55ff5f4543da8603dc09d2fa933dbf /utils/src/test/resources | |
parent | df8ba3401bb8ca7056a4cf4fcb2a202ae454b7e0 (diff) |
Add additional encode and decode methods to Coder
Also:
Updated some comments and renamed a few parameters.
Removed a "throws" for a RuntimeException.
Short-circuit some calls.
Typo in comment.
Let gson create the JsonWriter.
Renamed a few more parameters.
Change-Id: I22e48c2191820c2a3d0743200edca79bd74353e7
Issue-ID: POLICY-1444
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'utils/src/test/resources')
-rw-r--r-- | utils/src/test/resources/org/onap/policy/common/utils/coder/StandardCoder.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/src/test/resources/org/onap/policy/common/utils/coder/StandardCoder.json b/utils/src/test/resources/org/onap/policy/common/utils/coder/StandardCoder.json new file mode 100644 index 00000000..b50b53b4 --- /dev/null +++ b/utils/src/test/resources/org/onap/policy/common/utils/coder/StandardCoder.json @@ -0,0 +1 @@ +[3000,3010]
\ No newline at end of file |