summaryrefslogtreecommitdiffstats
path: root/vespa-athenz
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2018-05-28 13:34:02 +0200
committerBjørn Christian Seime <bjorncs@oath.com>2018-05-28 13:34:02 +0200
commit96b6be30bb0623abbd152b5fd8e264cf62cf5d4d (patch)
treeb3087dd57648d5c58d98920f97c611967c500625 /vespa-athenz
parent934d64e5f1f4fd58954d9dc223c40f5040359351 (diff)
Remove unused constants
Diffstat (limited to 'vespa-athenz')
-rw-r--r--vespa-athenz/src/main/java/com/yahoo/vespa/athenz/identityprovider/api/bindings/SignedIdentityDocumentEntity.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/vespa-athenz/src/main/java/com/yahoo/vespa/athenz/identityprovider/api/bindings/SignedIdentityDocumentEntity.java b/vespa-athenz/src/main/java/com/yahoo/vespa/athenz/identityprovider/api/bindings/SignedIdentityDocumentEntity.java
index 2d6294e536c..e397b81ef9e 100644
--- a/vespa-athenz/src/main/java/com/yahoo/vespa/athenz/identityprovider/api/bindings/SignedIdentityDocumentEntity.java
+++ b/vespa-athenz/src/main/java/com/yahoo/vespa/athenz/identityprovider/api/bindings/SignedIdentityDocumentEntity.java
@@ -20,9 +20,6 @@ import java.util.Objects;
@JsonIgnoreProperties(ignoreUnknown = true)
public class SignedIdentityDocumentEntity {
- public static final int DEFAULT_KEY_VERSION = 0;
- public static final int DEFAULT_DOCUMENT_VERSION = 1;
-
private static final ObjectMapper mapper = createObjectMapper();
@JsonProperty("identity-document")public final String rawIdentityDocument;