We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82b99d0 commit 76fd13aCopy full SHA for 76fd13a
core/src/main/java/com/github/gumtreediff/matchers/heuristic/gt/PriorityTreeQueue.java
@@ -45,7 +45,6 @@ else if ("height".equals(name))
45
/**
46
* Return the list of trees with the greatest priority, and place all
47
* their children in the queue.
48
- * @return
49
*/
50
List<Tree> popOpen();
51
@@ -56,19 +55,16 @@ else if ("height".equals(name))
56
55
57
58
* Return the list of trees with the greatest priority.
59
60
61
List<Tree> pop();
62
63
64
* Put the child of the tree into the priority queue.
65
66
67
void open(Tree tree);
68
69
70
* Return the current greatest priority.
71
72
73
int currentPriority();
74
0 commit comments