summaryrefslogtreecommitdiff
path: root/sources/utils/VSPriorityQueue.java
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-05-25 09:09:46 +0000
committerPaul Buetow <paul@buetow.org>2008-05-25 09:09:46 +0000
commit73d9798f8bccd2bfc3169e95790c7fc185701188 (patch)
tree5359b7cd0da71450e64a975cec4fced01a8d0fcb /sources/utils/VSPriorityQueue.java
parent009350323123fc4b47041cb2194e8df19f69423b (diff)
comments.
Diffstat (limited to 'sources/utils/VSPriorityQueue.java')
-rw-r--r--sources/utils/VSPriorityQueue.java5
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;