Skip to content

Commit 8afc32c

Browse files
MarkEWaitejglick
andauthored
Change justification into a TODO
Co-authored-by: Jesse Glick <[email protected]>
1 parent 3bb4866 commit 8afc32c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/jenkinsci/plugins/credentialsbinding/impl/SSHUserPrivateKeyBinding.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@
4949
public class SSHUserPrivateKeyBinding extends MultiBinding<SSHUserPrivateKey> {
5050

5151
public final String keyFileVariable;
52-
@SuppressFBWarnings(value = "PA_PUBLIC_PRIMITIVE_ATTRIBUTE", justification = "Preserve API compatibility.")
52+
@SuppressFBWarnings(value = "PA_PUBLIC_PRIMITIVE_ATTRIBUTE", justification = "TODO clean up")
5353
public String usernameVariable;
54-
@SuppressFBWarnings(value = "PA_PUBLIC_PRIMITIVE_ATTRIBUTE", justification = "Preserve API compatibility.")
54+
@SuppressFBWarnings(value = "PA_PUBLIC_PRIMITIVE_ATTRIBUTE", justification = "TODO clean up")
5555
public String passphraseVariable;
5656

5757
@DataBoundConstructor public SSHUserPrivateKeyBinding(@NonNull String keyFileVariable, String credentialsId) {

0 commit comments

Comments
 (0)