mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-11 03:32:32 +00:00
Fix missing javadoc parameters, throw tags,...
This commit is contained in:
@@ -32,7 +32,7 @@ public class GraphPartQueue extends LinkedList<GraphPart> {
|
||||
* Constructs a GraphPartQueue containing the elements of the specified
|
||||
* collection.
|
||||
*
|
||||
* @param c
|
||||
* @param c Collection
|
||||
*/
|
||||
public GraphPartQueue(Collection<? extends GraphPart> c) {
|
||||
super(c);
|
||||
|
||||
Reference in New Issue
Block a user