Skip to content

Commit ab67434

Browse files
committed
Move comments so java doesn't think this is valid javadoc.
1 parent ab28aac commit ab67434

File tree

1 file changed

+4
-4
lines changed
  • src/main/java/com/smartystreets/api/us_street

1 file changed

+4
-4
lines changed

src/main/java/com/smartystreets/api/us_street/Lookup.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,10 @@ public String getMatch() {
135135
return null;
136136
}
137137

138-
//This is a temporary flag meant to fix an intermittent data issue
139-
//Unless explicitly instructed by the Smarty Tech Support team, DO NOT use this parameter
140138
@JsonProperty("compatibility")
141139
public String getCompatibility() {
140+
//This is a temporary flag meant to fix an intermittent data issue
141+
//Unless explicitly instructed by the Smarty Tech Support team, DO NOT use this parameter
142142
return this.compatibility;
143143
}
144144

@@ -214,9 +214,9 @@ public void setUrbanization(String urbanization) {
214214
this.urbanization = urbanization;
215215
}
216216

217-
//This is a temporary flag meant to fix an intermittent data issue
218-
//Unless explicitly instructed by the Smarty Tech Support team, DO NOT use this parameter
219217
public void setCompatibility(String compatibility) {
218+
//This is a temporary flag meant to fix an intermittent data issue
219+
//Unless explicitly instructed by the Smarty Tech Support team, DO NOT use this parameter
220220
this.compatibility = compatibility;
221221
}
222222
/**

0 commit comments

Comments
 (0)