Eren Yilmaz hace 6 años
padre
commit
2f155c8b4c
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      src/animation/AnimatedAlgorithm.java

+ 3 - 1
src/animation/AnimatedAlgorithm.java

@@ -81,6 +81,8 @@ public abstract class AnimatedAlgorithm extends Thread implements AlgorithmStage
 			
 		}
 	}
-	
+    /**
+     * creates a node in the pseudo code tree
+     */
     public abstract PseudoCodeNode createPseudocodeTree( JTree tree );
 }