forked from I2P_Developers/i2p.i2p
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());
|
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() */
|
||||||
|
Reference in New Issue
Block a user