jdk/src/share/classes/javax/naming/RefAddr.java
changeset 18580 6c4badf4ffba
parent 5506 202f599c92aa
child 22974 4bf6c0d73bb8
--- a/jdk/src/share/classes/javax/naming/RefAddr.java	Fri Jun 28 10:48:02 2013 -0700
+++ b/jdk/src/share/classes/javax/naming/RefAddr.java	Fri Jun 28 11:35:36 2013 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1999, 2000, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -91,7 +91,8 @@
       * Determines whether obj is equal to this RefAddr.
       *<p>
       * obj is equal to this RefAddr all of these conditions are true
-      *<ul> non-null
+      *<ul>
+      *<li> non-null
       *<li> instance of RefAddr
       *<li> obj has the same address type as this RefAddr (using String.compareTo())
       *<li> both obj and this RefAddr's contents are null or they are equal