Hi Anyone can review this code change?
http://cr.openjdk.java.net/~weijun/6856069/webrev.00/ Thanks Max Begin forwarded message: > *Change Request ID*: 6856069 > *Synopsis*: PrincipalName.clone() does not invoke super.clone() > > === *Description* ============================================================ > PrincipalName's clone() method does not invoke super.clone(), and it has a > child class ServiceName. This means the clone of a ServiceName object is not > of type ServiceName. > > See "Effective Java" Item 10. > > *** (#1 of 1): 2009-06-30 07:34:10 GMT+00:00 weijun.w...@sun.com