Added javadoc

Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
This commit is contained in:
2018-10-27 17:16:15 -04:00
parent 211b965e9e
commit a364b6442b
5 changed files with 6 additions and 9 deletions

View File

@@ -59,7 +59,7 @@ public class ExecSystemCommandTest {
/** Test the execution of the command.
*
* @throws CommandRunException */
* @throws CommandRunException if the command fails */
@Test
public void testExecute() throws CommandRunException {
final ConsoleOutput out = SinkOutput.INSTANCE;