mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Gaetan Boismal
11.10.2015 55d4e9f4eafbf649b94749762dd8bf45f857e785
OPENDJ-1769 Code cleanup
1 files modified
2 ■■■ changed files
opendj-svn-property-check-maven-plugin/src/main/java/org/forgerock/maven/CheckSVNPropertyMojo.java 2 ●●● 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;