File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/main/java/com/smartystreets/api/us_street Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -135,10 +135,10 @@ public String getMatch() {
135
135
return null ;
136
136
}
137
137
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
140
138
@ JsonProperty ("compatibility" )
141
139
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
142
142
return this .compatibility ;
143
143
}
144
144
@@ -214,9 +214,9 @@ public void setUrbanization(String urbanization) {
214
214
this .urbanization = urbanization ;
215
215
}
216
216
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
219
217
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
220
220
this .compatibility = compatibility ;
221
221
}
222
222
/**
You can’t perform that action at this time.
0 commit comments