Skip to content

Commit

Permalink
Removing comment which is better filed as JENKINS-21701.
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Feb 6, 2014
1 parent 805da69 commit 2aad79b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -326,7 +326,7 @@ public static class DescriptorImpl extends ParameterDescriptor {
private SubversionSCM.DescriptorImpl scmDescriptor;

public ISVNAuthenticationProvider createAuthenticationProvider(AbstractProject context) {
return getSubversionSCMDescriptor().createAuthenticationProvider(context); // TODO should ask explicitly for credentials in a field in this class
return getSubversionSCMDescriptor().createAuthenticationProvider(context);
}

public FormValidation doCheckDefaultValue(StaplerRequest req, @AncestorInPath AbstractProject context, @QueryParameter String value) {
Expand Down

0 comments on commit 2aad79b

Please sign in to comment.