Class.getConstructor pulls the public ones...
This commit is contained in:
@ -27,7 +27,7 @@ public class HostsTxtNamingService extends NamingService {
|
||||
* appropriate application context itself.
|
||||
*
|
||||
*/
|
||||
protected HostsTxtNamingService(I2PAppContext context) { super(context); }
|
||||
public HostsTxtNamingService(I2PAppContext context) { super(context); }
|
||||
private HostsTxtNamingService() { super(null); }
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user