opendj-ldap-toolkit/src/main/java/com/forgerock/opendj/ldap/tools/AuthRate.java
@@ -356,17 +356,18 @@ // Nothing to do. } /** * {@inheritDoc} */ /** {@inheritDoc} */ public boolean isInteractive() { return false; } /** {@inheritDoc} */ @Override public boolean isScriptFriendly() { return scriptFriendly.isPresent(); } /** * {@inheritDoc} */ /** {@inheritDoc} */ @Override public boolean isVerbose() { return verbose.isPresent();