Skip to content

Commit

Permalink
Fix CheckStyle warning
Browse files Browse the repository at this point in the history
  • Loading branch information
cpoenisch committed Feb 24, 2021
1 parent a515b4b commit 269c75f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -34,7 +34,7 @@ public boolean abort() throws ETComException {
}

@Override
public boolean abortAfterCurrentProjectStep(int timeout) throws ETComException {
public boolean abortAfterCurrentProjectStep(final int timeout) throws ETComException {
return performRequest("AbortAfterCurrentProjectStep", new Variant(timeout)).getBoolean();
}

Expand Down

0 comments on commit 269c75f

Please sign in to comment.