forked from I2P_Developers/i2p.i2p
* DatabaseLookupmessage:
- Add support for requesting an encrypted reply * NetDB: - Add support for encrypted DatabaseSearchReplyMessage and DatabaseStoreMessage in response to a DatabaseLookupMessage * PRNG: Cleanups using Collections.singletonMap() * Router utils: New RemovableSingletonSet * TransientSessionKeyManager: - Support variable expiration for inbound tag sets - Several efficiency improvements * VersionComparator: Add static method, use most places
This commit is contained in:
@ -48,7 +48,7 @@ public class LogsHelper extends HelperBase {
|
||||
File f = null;
|
||||
if (ctx.hasWrapper()) {
|
||||
String wv = System.getProperty("wrapper.version");
|
||||
if (wv != null && (new VersionComparator()).compare(wv, LOCATION_AVAILABLE) >= 0) {
|
||||
if (wv != null && VersionComparator.comp(wv, LOCATION_AVAILABLE) >= 0) {
|
||||
try {
|
||||
f = WrapperManager.getWrapperLogFile();
|
||||
} catch (Throwable t) {}
|
||||
|
Reference in New Issue
Block a user