From 20193dd1e4c8d2d1891d264d32318b1783f6f954 Mon Sep 17 00:00:00 2001 From: Emmanuel Bigeon Date: Sat, 19 Aug 2017 14:38:04 -0400 Subject: [PATCH] Added comment --- .../java/fr/bigeon/gclc/command/ScriptExecutionTest.java | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/gclc/src/test/java/fr/bigeon/gclc/command/ScriptExecutionTest.java b/gclc/src/test/java/fr/bigeon/gclc/command/ScriptExecutionTest.java index 19c7216..371e1f8 100644 --- a/gclc/src/test/java/fr/bigeon/gclc/command/ScriptExecutionTest.java +++ b/gclc/src/test/java/fr/bigeon/gclc/command/ScriptExecutionTest.java @@ -53,13 +53,10 @@ import fr.bigeon.gclc.exception.CommandRunException; import fr.bigeon.gclc.exception.CommandRunExceptionType; import fr.bigeon.gclc.manager.PipedConsoleManager; -/** - *

- * TODO +/**

+ * Test class for {@link ScriptExecution} * - * @author Emmanuel Bigeon - * - */ + * @author Emmanuel Bigeon */ @SuppressWarnings("static-method") public class ScriptExecutionTest {