mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-02 04:00:16 +00:00
8167178: Exported elements referring to inaccessible types in java.naming
Reviewed-by: chegar, rriggs, alanb
This commit is contained in:
parent
a1d6b9fa8b
commit
dc09e00a6e
@ -149,11 +149,10 @@ import java.util.Properties;
|
||||
public class CompoundName implements Name {
|
||||
|
||||
/**
|
||||
* Implementation of this compound name.
|
||||
* This field is initialized by the constructors and cannot be null.
|
||||
* It should be treated as a read-only variable by subclasses.
|
||||
*/
|
||||
protected transient NameImpl impl;
|
||||
* Implementation of this compound name. This field is initialized by the
|
||||
* constructors and cannot be null.
|
||||
*/
|
||||
private transient NameImpl impl;
|
||||
/**
|
||||
* Syntax properties for this compound name.
|
||||
* This field is initialized by the constructors and cannot be null.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user