diff options
Diffstat (limited to 'sources/utils/VSPriorityQueue.java')
| -rw-r--r-- | sources/utils/VSPriorityQueue.java | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sources/utils/VSPriorityQueue.java b/sources/utils/VSPriorityQueue.java index 84d9a79..5b6b765 100644 --- a/sources/utils/VSPriorityQueue.java +++ b/sources/utils/VSPriorityQueue.java @@ -6,7 +6,6 @@ package utils; import java.util.PriorityQueue; -// TODO: Auto-generated Javadoc /** * The Class VSPriorityQueue. */ @@ -14,11 +13,11 @@ public final class VSPriorityQueue<T> extends PriorityQueue<T> { private static final long serialVersionUID = 1L; /** - * Gets the. + * Gets the element. * * @param index the index * - * @return the t + * @return the element. */ public T get(int index) { int i = 0; |
