提交 ce6b135d 编写于 作者: D darcy

6875861: javadoc build warning on java.util.Properites from unconventional @see ordering

Reviewed-by: martin
上级 8438044b
...@@ -101,12 +101,12 @@ import java.io.BufferedWriter; ...@@ -101,12 +101,12 @@ import java.io.BufferedWriter;
* <!ATTLIST entry key CDATA #REQUIRED> * <!ATTLIST entry key CDATA #REQUIRED>
* </pre> * </pre>
* *
* @see <a href="../../../technotes/tools/solaris/native2ascii.html">native2ascii tool for Solaris</a>
* @see <a href="../../../technotes/tools/windows/native2ascii.html">native2ascii tool for Windows</a>
*
* <p>This class is thread-safe: multiple threads can share a single * <p>This class is thread-safe: multiple threads can share a single
* <tt>Properties</tt> object without the need for external synchronization. * <tt>Properties</tt> object without the need for external synchronization.
* *
* @see <a href="../../../technotes/tools/solaris/native2ascii.html">native2ascii tool for Solaris</a>
* @see <a href="../../../technotes/tools/windows/native2ascii.html">native2ascii tool for Windows</a>
*
* @author Arthur van Hoff * @author Arthur van Hoff
* @author Michael McCloskey * @author Michael McCloskey
* @author Xueming Shen * @author Xueming Shen
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册