8167178: Exported elements referring to inaccessible types in java.naming

Reviewed-by: chegar, rriggs, alanb
This commit is contained in:
Vyom Tewari 2017-01-25 15:31:01 +05:30
parent a1d6b9fa8b
commit dc09e00a6e

View File

@ -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.