We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12aa350 commit 78571a0Copy full SHA for 78571a0
src/main/java/com/easypost/model/SmartRateCollection.java
@@ -20,7 +20,7 @@ public List<SmartRate> getSmartRates() {
20
*
21
* @param smartRates List of Smartrate objects.
22
*/
23
- public void setSmartrates(final List<SmartRate> smartRates) {
+ public void setSmartRates(final List<SmartRate> smartRates) {
24
this.smartRates = smartRates;
25
}
26
@@ -37,7 +37,7 @@ public SmartRateCollection() {
37
* @param smartRates List of Smartrate objects
38
39
public SmartRateCollection(final List<SmartRate> smartRates) {
40
- setSmartrates(smartRates);
+ setSmartRates(smartRates);
41
42
43
/**
0 commit comments