Bug 1081401: Remove unnecessary autoboxing (recalcitrant sync part). r=rnewman
This commit is contained in:
@@ -16,7 +16,7 @@ public class EngineSettings {
|
||||
public EngineSettings(ExtendedJSONObject object) {
|
||||
try {
|
||||
this.syncID = object.getString("syncID");
|
||||
this.version = object.getIntegerSafely("version").intValue();
|
||||
this.version = object.getIntegerSafely("version");
|
||||
} catch (Exception e ) {
|
||||
throw new IllegalArgumentException(e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user