Index: trunk/java-utils-test/src/test/java/de/ugoe/cs/util/console/defaultcommands/CMDlistCommandsTest.java
===================================================================
--- trunk/java-utils-test/src/test/java/de/ugoe/cs/util/console/defaultcommands/CMDlistCommandsTest.java	(revision 767)
+++ trunk/java-utils-test/src/test/java/de/ugoe/cs/util/console/defaultcommands/CMDlistCommandsTest.java	(revision 784)
@@ -1,7 +1,3 @@
-// Module    : $RCSfile: CMDlistCommandsTest.java,v $
-// Version   : $Revision: 0.0 $  $Author: pharms $  $Date: 28.08.2012 $
-// Project   : quest-ui-core-test
-// Creation  : 2012 by pharms
-// Copyright : Patrick Harms, 2012
+
 package de.ugoe.cs.util.console.defaultcommands;
 
@@ -19,31 +15,13 @@
 import de.ugoe.cs.util.console.listener.IOutputListener;
 
-/**
- * <p>
- * TODO comment
- * </p>
- * 
- * @version $Revision: $ $Date: 28.08.2012$
- * @author 2012, last modified by $Author: pharms$
- */
 public class CMDlistCommandsTest implements IOutputListener {
 
-    /** */
     private List<String> commands = new ArrayList<String>();
 
-    /**
-     * 
-     */
     @Before
     public void setUp() throws Exception {
         Console.getInstance().registerOutputListener(this);
     }
-        
-    /**
-     * <p>
-     * TODO: comment
-     * </p>
-     *
-     */
+
     @Test
     public void test() {
@@ -51,7 +29,7 @@
         CMDlistCommands command = new CMDlistCommands();
         command.run(null);
-        
+
         assertTrue(commands.size() > 0);
-        
+
         for (String cmd : commands) {
             assertNotNull(cmd);
@@ -61,7 +39,4 @@
     }
 
-    /* (non-Javadoc)
-     * @see de.ugoe.cs.util.console.listener.IOutputListener#outputMsg(java.lang.String)
-     */
     @Override
     public void outputMsg(String newMessage) {
