OSDN Git Service

refactor: magvarのスペル修正
authorhayashi <hayashi.yuu@gmail.com>
Sun, 2 Jul 2017 00:08:02 +0000 (09:08 +0900)
committerhayashi <hayashi.yuu@gmail.com>
Sun, 2 Jul 2017 00:08:02 +0000 (09:08 +0900)
importPicture/test/osm/jp/gpx/ImportPictureTest.java

index 3a10d83..5359b5d 100644 (file)
@@ -30,13 +30,13 @@ public class ImportPictureTest {
                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;
                }
        }