Eren Yilmaz před 6 roky
rodič
revize
2f155c8b4c
1 změnil soubory, kde provedl 3 přidání a 1 odebrání
  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 );
 }