Skip to content

Commit

Permalink
Remove @NameWith annotation
Browse files Browse the repository at this point in the history
The 1.19 Credential release fixes the issue.

JENKINS-25682
  • Loading branch information
p4paul committed Dec 19, 2014
1 parent 652d96e commit ae4942e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>credentials</artifactId>
<version>1.9.4</version>
<version>1.19</version>
</dependency>
<dependency>
<groupId>com.perforce</groupId>
Expand Down
Expand Up @@ -20,7 +20,6 @@
import edu.umd.cs.findbugs.annotations.CheckForNull;
import edu.umd.cs.findbugs.annotations.NonNull;

@NameWith(P4StandardCredentials.NameProvider.class)

This comment has been minimized.

Copy link
@jglick

jglick Dec 19, 2014

Member

BTW you can fix imports now too. :-)

public class P4PasswordImpl extends P4StandardCredentials {

/**
Expand Down
Expand Up @@ -20,7 +20,6 @@
import edu.umd.cs.findbugs.annotations.CheckForNull;
import edu.umd.cs.findbugs.annotations.NonNull;

@NameWith(P4StandardCredentials.NameProvider.class)
public class P4TicketImpl extends P4StandardCredentials implements Serializable {

/**
Expand Down

0 comments on commit ae4942e

Please sign in to comment.