diff --git a/shared/src/main/java/eu/maveniverse/maven/toolbox/shared/ToolboxCommando.java b/shared/src/main/java/eu/maveniverse/maven/toolbox/shared/ToolboxCommando.java index 68c5c7ad..2629f466 100644 --- a/shared/src/main/java/eu/maveniverse/maven/toolbox/shared/ToolboxCommando.java +++ b/shared/src/main/java/eu/maveniverse/maven/toolbox/shared/ToolboxCommando.java @@ -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 { /**