浏览代码

more javadoc

Eren Yilmaz 6 年之前
父节点
当前提交
2f155c8b4c
共有 1 个文件被更改,包括 3 次插入1 次删除
  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 );
 }