diff --git a/src/main/java/com/smartystreets/api/us_street/Lookup.java b/src/main/java/com/smartystreets/api/us_street/Lookup.java index 6bc1302..e59e42a 100644 --- a/src/main/java/com/smartystreets/api/us_street/Lookup.java +++ b/src/main/java/com/smartystreets/api/us_street/Lookup.java @@ -135,10 +135,10 @@ public String getMatch() { return null; } - //This is a temporary flag meant to fix an intermittent data issue - //Unless explicitly instructed by the Smarty Tech Support team, DO NOT use this parameter @JsonProperty("compatibility") public String getCompatibility() { + //This is a temporary flag meant to fix an intermittent data issue + //Unless explicitly instructed by the Smarty Tech Support team, DO NOT use this parameter return this.compatibility; } @@ -214,9 +214,9 @@ public void setUrbanization(String urbanization) { this.urbanization = urbanization; } - //This is a temporary flag meant to fix an intermittent data issue - //Unless explicitly instructed by the Smarty Tech Support team, DO NOT use this parameter public void setCompatibility(String compatibility) { + //This is a temporary flag meant to fix an intermittent data issue + //Unless explicitly instructed by the Smarty Tech Support team, DO NOT use this parameter this.compatibility = compatibility; } /**