Skip to content

Commit

Permalink
Make Checkstyle happy
Browse files Browse the repository at this point in the history
  • Loading branch information
mdcfe authored Oct 19, 2020
1 parent 6a9f31b commit 4dfd0f1
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,12 @@ public ReflKnownCommandsProvider() {
}
}
}
} catch (final Exception exception) {
} catch (final Exception exception) {
exception.printStackTrace();
} finally {
this.knownCommands = knownCommands;
}
}


@Override
public Map<String, Command> getKnownCommands() {
return this.knownCommands;
Expand Down

0 comments on commit 4dfd0f1

Please sign in to comment.