Skip to content

Commit 1f03efd

Browse files
committed
minor
1 parent 718743d commit 1f03efd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/org/scm4j/vcs/svn/SVNVCS.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,8 @@ public boolean isWorkingCopyInited(File destPath) {
203203
} catch (SVNException e) {
204204
if (e.getErrorMessage().getErrorCode().getCode() == SVN_PATH_IS_NOT_WORKING_COPY_ERROR_CODE) {
205205
return false;
206-
} else {
207-
throw new EVCSException(e);
208206
}
207+
throw new EVCSException(e);
209208
}
210209
}
211210

0 commit comments

Comments
 (0)