mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8251182: Fix "no comment" warnings in java.naming
Reviewed-by: lancea, rriggs, dfuchs
This commit is contained in:
parent
80d889189a
commit
30c2dbea95
7 changed files with 137 additions and 20 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue