forked from I2P_Developers/i2p.i2p
move return inside sync
This commit is contained in:
@ -439,9 +439,9 @@ public class I2PAppContext {
|
|||||||
System.err.println("ERROR: Could not create temp dir " + _tmpDir.getAbsolutePath());
|
System.err.println("ERROR: Could not create temp dir " + _tmpDir.getAbsolutePath());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
return _tmpDir;
|
return _tmpDir;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/** don't rely on deleteOnExit() */
|
/** don't rely on deleteOnExit() */
|
||||||
public void deleteTempDir() {
|
public void deleteTempDir() {
|
||||||
|
Reference in New Issue
Block a user