mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-05-27 14:14:36 +00:00
move return inside sync
This commit is contained in:
@@ -439,8 +439,8 @@ public class I2PAppContext {
|
||||
System.err.println("ERROR: Could not create temp dir " + _tmpDir.getAbsolutePath());
|
||||
}
|
||||
}
|
||||
return _tmpDir;
|
||||
}
|
||||
return _tmpDir;
|
||||
}
|
||||
|
||||
/** don't rely on deleteOnExit() */
|
||||
|
||||
Reference in New Issue
Block a user