Changeset d32d5b5
- Timestamp:
- Apr 15, 2019 12:34:41 PM (2 years ago)
- Branches:
- master
- Children:
- e42e04c
- Parents:
- 8d00774
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
core/java/src/net/i2p/client/naming/NamingService.java
r8d00774 rd32d5b5 754 754 NamingService instance = null; 755 755 String dflt = context.isRouterContext() ? DEFAULT_IMPL : BACKUP_IMPL; 756 String impl = context.getProperty(PROP_IMPL, DEFAULT_IMPL);756 String impl = context.getProperty(PROP_IMPL, dflt); 757 757 if (impl.equals(OLD_DEFAULT_IMPL)) 758 758 impl = dflt;
Note: See TracChangeset
for help on using the changeset viewer.