6894633: NetHooks should not require provider to be present (sol)
Reviewed-by: chegar, jccollet
This commit is contained in:
parent
0452077b9a
commit
2c66181252
@ -81,7 +81,7 @@ public final class NetHooks {
|
||||
try {
|
||||
c = (Class<Provider>)Class.forName(cn, true, null);
|
||||
} catch (ClassNotFoundException x) {
|
||||
throw new AssertionError(x);
|
||||
return null;
|
||||
}
|
||||
try {
|
||||
return c.newInstance();
|
||||
|
Loading…
Reference in New Issue
Block a user