Skip to content

Commit 76fd13a

Browse files
committed
fix: fixed javadoc.
1 parent 82b99d0 commit 76fd13a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

core/src/main/java/com/github/gumtreediff/matchers/heuristic/gt/PriorityTreeQueue.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ else if ("height".equals(name))
4545
/**
4646
* Return the list of trees with the greatest priority, and place all
4747
* their children in the queue.
48-
* @return
4948
*/
5049
List<Tree> popOpen();
5150

@@ -56,19 +55,16 @@ else if ("height".equals(name))
5655

5756
/**
5857
* Return the list of trees with the greatest priority.
59-
* @return
6058
*/
6159
List<Tree> pop();
6260

6361
/**
6462
* Put the child of the tree into the priority queue.
65-
* @return
6663
*/
6764
void open(Tree tree);
6865

6966
/**
7067
* Return the current greatest priority.
71-
* @return
7268
*/
7369
int currentPriority();
7470

0 commit comments

Comments
 (0)