Skip to content

Commit

Permalink
Move comments so java doesn't think this is valid javadoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanLCox1 committed Jun 14, 2024
1 parent ab28aac commit ab67434
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/java/com/smartystreets/api/us_street/Lookup.java
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down Expand Up @@ -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;
}
/**
Expand Down

0 comments on commit ab67434

Please sign in to comment.