Skip to content

Commit

Permalink
[JENKINS-41759] Cleaned up unused imports and a class javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
rsandell committed Feb 17, 2017
1 parent 9b3f75f commit ffba650
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
Expand Up @@ -26,12 +26,6 @@ package org.jenkinsci.plugins.pipeline.modeldefinition.model
import edu.umd.cs.findbugs.annotations.SuppressFBWarnings
import groovy.transform.EqualsAndHashCode
import groovy.transform.ToString
import org.jenkinsci.plugins.pipeline.modeldefinition.environment.DeclarativeEnvironmentContributor
import org.jenkinsci.plugins.pipeline.modeldefinition.environment.impl.Credentials
import org.jenkinsci.plugins.pipeline.modeldefinition.steps.CredentialWrapper
import org.jenkinsci.plugins.workflow.cps.CpsScript

import javax.annotation.Nonnull

/**
* An individual stage to be executed within the build.
Expand Down
Expand Up @@ -28,7 +28,7 @@
import org.jenkinsci.plugins.pipeline.modeldefinition.withscript.WithScriptDescriptor;

/**
* Created by rsandell on 2017-02-06.
* Base {@code Descriptor} for types of {@link DeclarativeEnvironmentContributor}s.
*/
public class DeclarativeEnvironmentContributorDescriptor<C extends DeclarativeEnvironmentContributor<C>> extends WithScriptDescriptor<C> {

Expand Down

0 comments on commit ffba650

Please sign in to comment.