From 73d9798f8bccd2bfc3169e95790c7fc185701188 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 25 May 2008 09:09:46 +0000 Subject: comments. --- sources/utils/VSPriorityQueue.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sources/utils/VSPriorityQueue.java') 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 extends PriorityQueue { 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; -- cgit v1.2.3