提交 01696a8e 编写于 作者: K Kohsuke Kawaguchi

Javadoc merge problem?

上级 938ac77a
......@@ -49,18 +49,12 @@ import java.util.Stack;
* 2.0.* > 2.0.1 > 2.0.1-SNAPSHOT > 2.0.0.99 > 2.0.0 > 2.0.ea > 2.0
* </pre>
*
* @author
* Stephen Connolly
* @since 1.139
*/
/**
* Generic implementation of version comparison. (Replacing previous implementation since 1.139)
* This class is re-implemented in 1.415. The class was originally introduced in 1.139
*
* @since 1.139
* @author Stephen Connolly (stephenc@apache.org)
* @author Kenney Westerhof (kenney@apache.org)
* @author Hervé Boutemy (hboutemy@apache.org)
* @since 1.415
*/
public class VersionNumber implements Comparable<VersionNumber> {
private String value;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册