Remove isNullVersion from identifier class 12/89812/1
authorJim Hahn <jrh3@att.com>
Thu, 13 Jun 2019 14:02:07 +0000 (10:02 -0400)
committerJim Hahn <jrh3@att.com>
Thu, 13 Jun 2019 14:02:07 +0000 (10:02 -0400)
commita82505f3a3c65960d496f5aa77e5045acb7e891b
tree070502e6b9d083258ab15580914c7c27a1442aba
parent11534e0bf47da135064b8cc91a1f87f442ff068f
Remove isNullVersion from identifier class

ToscaPolicyIdentifierOptVersion had an isNullVersion() method
which is not being used.  Removed this version, thus eliminating
the need to include a jackson @JsonIgnore annotation.

Change-Id: I03309099a1173591736f69b82b549ebce7994169
Issue-ID: POLICY-1653
Signed-off-by: Jim Hahn <jrh3@att.com>
models-tosca/src/main/java/org/onap/policy/models/tosca/authorative/concepts/ToscaPolicyIdentifierOptVersion.java
models-tosca/src/test/java/org/onap/policy/models/tosca/authorative/concepts/ToscaPolicyIdentifierOptVersionTest.java