refactor: magvarのスペル修正
1 parent 08b7b64 commit d50ff8cda384362b499ca041dd0ea3d9d76e0cb7
@hayashi hayashi authored on 2 Jul 2017
Showing 1 changed file
View
6
importPicture/test/osm/jp/gpx/ImportPictureTest.java
static class Expecter {
String value;
boolean expect;
String timeStr;
boolean magver;
boolean magvar;
public Expecter(String value, boolean expect, String timeStr, boolean magver){
public Expecter(String value, boolean expect, String timeStr, boolean magvar){
this.value = value;
this.expect = expect;
this.timeStr = timeStr;
this.magver = magver;
this.magvar = magvar;
}
}
 
static class Fixture {