Fix indentation

This commit is contained in:
Andrei Ivanov
2016-10-11 12:09:26 +02:00
committed by Rob Winch
parent 468655a17c
commit 7d2a71815d
2 changed files with 2 additions and 2 deletions

View File

@@ -177,7 +177,7 @@ public class DefaultDirContextValidator implements DirContextValidator {
}
catch (Exception e) {
this.logger.debug("DirContext '{}' failed validation with an exception.", dirContext, e);
return false;
return false;
}
this.logger.debug("DirContext '{}' failed validation.", dirContext);

View File

@@ -177,7 +177,7 @@ public class DefaultDirContextValidator implements DirContextValidator {
}
catch (Exception e) {
this.logger.debug("DirContext '{}' failed validation with an exception.", dirContext, e);
return false;
return false;
}
this.logger.debug("DirContext '{}' failed validation.", dirContext);