Skip to content

Commit bc51b2c

Browse files
committed
those fellers should be static
1 parent 0836dad commit bc51b2c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/src/processing/app/Platform.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -377,17 +377,17 @@ static public boolean deleteFile(File file) throws IOException {
377377
// . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
378378

379379

380-
public void setenv(String variable, String value) {
380+
static public void setenv(String variable, String value) {
381381
inst.setenv(variable, value);
382382
}
383383

384384

385-
public String getenv(String variable) {
385+
static public String getenv(String variable) {
386386
return inst.getenv(variable);
387387
}
388388

389389

390-
public int unsetenv(String variable) {
390+
static public int unsetenv(String variable) {
391391
return inst.unsetenv(variable);
392392
}
393393
}

0 commit comments

Comments
 (0)