| opendj-svn-property-check-maven-plugin/src/main/java/org/forgerock/maven/CheckSVNPropertyMojo.java | ●●●●● patch | view | raw | blame | history |
opendj-svn-property-check-maven-plugin/src/main/java/org/forgerock/maven/CheckSVNPropertyMojo.java
@@ -105,7 +105,7 @@ * @param status * The SVN status information for the file of interest. */ public void handleStatus(org.tmatesoft.svn.core.wc.SVNStatus status) throws SVNException { public void handleStatus(org.tmatesoft.svn.core.wc.SVNStatus status) { File changedFile = status.getFile(); if (!changedFile.exists() || !changedFile.isFile()) { return;