build fix

This commit is contained in:
zzz
2016-11-04 14:02:06 +00:00
parent 7197d22f2a
commit 843351956e

View File

@ -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");
}