Add Code compliance

Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
This commit is contained in:
2017-11-05 16:19:50 -05:00
parent 6f8c536f55
commit 9747cf21b2
41 changed files with 1919 additions and 1679 deletions

View File

@@ -52,7 +52,8 @@ public class ConsoleTestApplication {
/** Exit command */
public static final String EXIT = "exit"; //$NON-NLS-1$
/** @param manager the manager */
/** @param manager the manager
* @return create the application */
@SuppressWarnings("nls")
public static ConsoleApplication create(final ConsoleManager manager) {
try {