forked from I2P_Developers/i2p.i2p
build fix
This commit is contained in:
@ -948,7 +948,7 @@ public abstract class TransportImpl implements Transport {
|
||||
*
|
||||
* @since 0.9.28 moved from UDPTransport
|
||||
*/
|
||||
protected boolean allowLocal() {
|
||||
public boolean allowLocal() {
|
||||
return _context.getBooleanProperty("i2np.allowLocal");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user