Skip to content

Commit e828b48

Browse files
committed
this should not be public
1 parent 6e83f60 commit e828b48

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/processing/mode/android/AndroidMode.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ public class AndroidMode extends JavaMode {
4242
private File coreZipLocation;
4343
private AndroidRunner runner;
4444

45-
public static boolean sdkDownloadInProgress = false;
45+
static boolean sdkDownloadInProgress = false;
46+
4647

4748
public AndroidMode(Base base, File folder) {
4849
super(base, folder);
@@ -147,7 +148,7 @@ public void checkSDK(Editor parent) {
147148
if (!sdkDownloadInProgress) {
148149
Base.showWarning("It's gonna be a bad day",
149150
"The Android SDK could not be loaded.\n" +
150-
"Use of Android mode will be all but disabled.",
151+
"Use of Android Mode will be all but disabled.",
151152
null);
152153
}
153154
}

0 commit comments

Comments
 (0)