Skip to content

Commit

Permalink
javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas committed Mar 22, 2024
1 parent d5b3783 commit 4195200
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* If method cleanly returns, the result shows the "successful" outcome of command. If method throws,
* {@link RuntimeException} instances (for example NPE, IAEx, ISEx) mark "bad input", or configuration
* errors. The checked exception instances on the other hand come from corresponding subsystem like
* resolver is.
* resolver is. Finally, {@link IOException} is thrown on fatal IO problems.
*/
public interface ToolboxCommando extends Closeable {
/**
Expand Down

0 comments on commit 4195200

Please sign in to comment.