changeset 9646 | 5ebbe5ab084f |
parent 8822 | 8145ab9f5f86 |
child 9752 | 88ab34b6da6d |
--- a/jdk/src/share/classes/java/lang/invoke/MemberName.java Thu May 12 19:27:33 2011 -0700 +++ b/jdk/src/share/classes/java/lang/invoke/MemberName.java Thu May 12 19:27:49 2011 -0700 @@ -525,7 +525,7 @@ /** A factory type for resolving member names with the help of the VM. * TBD: Define access-safe public constructors for this factory. */ - public static class Factory { + /*non-public*/ static class Factory { private Factory() { } // singleton pattern static Factory INSTANCE = new Factory();