Skip to content

Commit

Permalink
Merge pull request #202 from jglick/CredentialsExternalsTest
Browse files Browse the repository at this point in the history
[JENKINS-14541] Mistaken constructor delegation
  • Loading branch information
oleg-nenashev committed Dec 12, 2017
2 parents 627b1b4 + dfb62a6 commit 20da333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/hudson/scm/SubversionSCM.java
Expand Up @@ -348,7 +348,7 @@ public SubversionSCM(List<ModuleLocation> locations, WorkspaceUpdater workspaceU
String includedRegions, boolean ignoreDirPropChanges, boolean filterChangelog,
List<AdditionalCredentials> additionalCredentials) {
this(locations, workspaceUpdater, browser, excludedRegions, excludedUsers, excludedRevprop, excludedCommitMessages,
includedRegions, ignoreDirPropChanges, false, null, false);
includedRegions, ignoreDirPropChanges, filterChangelog, additionalCredentials, false);
}

@DataBoundConstructor
Expand Down

0 comments on commit 20da333

Please sign in to comment.