8251182: Fix "no comment" warnings in java.naming

Reviewed-by: lancea, rriggs, dfuchs
This commit is contained in:
Aleksei Efimov 2020-08-28 13:10:32 +01:00
parent 80d889189a
commit 30c2dbea95
7 changed files with 137 additions and 20 deletions

View file

@ -948,6 +948,10 @@ public class NamingManager {
return (answer != null) ? answer : obj;
}
/**
* Thrown when an error is encountered while loading and instantiating the
* context factory classes.
*/
private static class FactoryInitializationError extends Error {
@java.io.Serial
static final long serialVersionUID = -5805552256848841560L;