Log Message
Javadoc cleanup.
Modified Paths
Diff
Modified: trunk/hudson/plugins/klaros-testmanagement/src/main/java/hudson/plugins/klaros/KlarosTestResultPublisher.java (41244 => 41245)
--- trunk/hudson/plugins/klaros-testmanagement/src/main/java/hudson/plugins/klaros/KlarosTestResultPublisher.java 2015-03-21 15:48:27 UTC (rev 41244)
+++ trunk/hudson/plugins/klaros-testmanagement/src/main/java/hudson/plugins/klaros/KlarosTestResultPublisher.java 2015-03-21 15:49:00 UTC (rev 41245)
@@ -392,17 +392,11 @@
return result;
}
- /**
- * {@inheritDoc}
- */
public BuildStepMonitor getRequiredMonitorService() {
return BuildStepMonitor.NONE;
}
- /**
- * {@inheritDoc}
- */
@Override
public BuildStepDescriptor<Publisher> getDescriptor() {
@@ -577,7 +571,7 @@
}
/**
- * This human readable name is used in the configuration screen. {@inheritDoc}
+ * This human readable name is used in the configuration screen.
*/
@Override
public String getDisplayName() {
@@ -585,9 +579,6 @@
return Messages.DisplayName();
}
- /**
- * {@inheritDoc}
- */
@Override
public boolean configure(final StaplerRequest req, final JSONObject json)
throws hudson.model.Descriptor.FormException {
@@ -603,18 +594,13 @@
return super.configure(req, json);
}
- /**
- * {@inheritDoc}
- */
@Override
- public boolean isApplicable(final Class<? extends AbstractProject> jobType) {
+ public boolean isApplicable(
+ @SuppressWarnings("rawtypes") final Class<? extends AbstractProject> jobType) {
return true; // for all types
}
- /**
- * {@inheritDoc}
- */
@Override
public String getHelpFile() {
You received this message because you are subscribed to the Google Groups "Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.