We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7eec78 commit 8b57b0eCopy full SHA for 8b57b0e
opengrok-indexer/src/main/java/org/opengrok/indexer/configuration/RuntimeEnvironment.java
@@ -238,7 +238,7 @@ public int getCommandTimeout(CommandTimeoutType cmdType) {
238
return getRestfulCommandTimeout();
239
}
240
241
- throw new InvalidParameterException("invalid command timeout type");
+ throw new IllegalArgumentException("invalid command timeout type");
242
243
244
public int getRestfulCommandTimeout() {
0 commit comments