Skip to content

Commit

Permalink
[JENKINS-29340] Removed unrelated changes
Browse files Browse the repository at this point in the history
  • Loading branch information
recena committed Aug 18, 2015
1 parent 51cd6d3 commit 21bde20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/hudson/scm/subversion/WorkspaceUpdater.java
Expand Up @@ -108,7 +108,7 @@ public static abstract class UpdateTask implements Serializable {
public SvnClientManager clientManager;

/**
* Encapsulates the authentication. Connected back to Hudson master. Never null.
* Encapusulates the authentication. Connected back to Hudson master. Never null.
*/
public ISVNAuthenticationProvider authProvider;

Expand Down
1 change: 1 addition & 0 deletions src/test/java/hudson/scm/SubversionSCMTest.java
Expand Up @@ -61,6 +61,7 @@
import org.tmatesoft.svn.core.wc.SVNCommitClient;
import org.tmatesoft.svn.core.wc.SVNRevision;
import org.tmatesoft.svn.core.wc.SVNStatus;
import org.tmatesoft.svn.core.wc.SVNWCUtil;

import java.io.*;
import java.net.MalformedURLException;
Expand Down

0 comments on commit 21bde20

Please sign in to comment.