opendj-ldap-toolkit/src/main/java/com/forgerock/opendj/ldap/tools/ModRate.java
@@ -138,17 +138,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();