提交 791253d0 编写于 作者: B Baptiste Mathus

Remove duplicated Javadoc

as proposed by @jglick
上级 c61031db
......@@ -497,7 +497,6 @@ public class PluginWrapper implements Comparable<PluginWrapper>, ModelObject {
/**
* Returns the minimum Java version of this plugin.
* @return the minimum Java version of this plugin.
*
* @since TODO
*/
......
......@@ -1128,9 +1128,6 @@ public class UpdateSite {
/**
* Returns true iff the plugin declares a minimum Java version and it's newer than what the Jenkins master is running on.
*
* @return true iff the plugin declares a minimum Java version and it's newer than what the Jenkins master is running on.
*
* @since TODO
*/
public boolean isForNewerJava() {
......@@ -1159,9 +1156,6 @@ public class UpdateSite {
/**
* Returns the minimum Java version needed to use the plugin and all its dependencies.
*
* @return the minimum Java version needed to use the plugin and all its dependencies.
*
* @since TODO
*/
@CheckForNull
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册