Class.getConstructor pulls the public ones...

This commit is contained in:
jrandom
2004-04-24 12:49:13 +00:00
committed by zzz
parent 3d91e59386
commit a52cea29f4

View File

@ -27,7 +27,7 @@ public class HostsTxtNamingService extends NamingService {
* appropriate application context itself. * appropriate application context itself.
* *
*/ */
protected HostsTxtNamingService(I2PAppContext context) { super(context); } public HostsTxtNamingService(I2PAppContext context) { super(context); }
private HostsTxtNamingService() { super(null); } private HostsTxtNamingService() { super(null); }
/** /**