diff --git a/core/src/main/java/hudson/PluginWrapper.java b/core/src/main/java/hudson/PluginWrapper.java index 4cf0aedc59d4f4410b138ab7b507960db2a88a8b..0752489e2e4e86beb46bb455358f11637c4e935d 100644 --- a/core/src/main/java/hudson/PluginWrapper.java +++ b/core/src/main/java/hudson/PluginWrapper.java @@ -497,7 +497,6 @@ public class PluginWrapper implements Comparable, ModelObject { /** * Returns the minimum Java version of this plugin. - * @return the minimum Java version of this plugin. * * @since TODO */ diff --git a/core/src/main/java/hudson/model/UpdateSite.java b/core/src/main/java/hudson/model/UpdateSite.java index d0d9e7a49358358beab60988aa96067bbaa30a84..fb8726712b4faf1bde8caf2234da5d8cf354481b 100644 --- a/core/src/main/java/hudson/model/UpdateSite.java +++ b/core/src/main/java/hudson/model/UpdateSite.java @@ -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