From 009350323123fc4b47041cb2194e8df19f69423b Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 25 May 2008 09:03:33 +0000 Subject: Run astyle. --- sources/utils/VSPriorityQueue.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sources/utils/VSPriorityQueue.java') diff --git a/sources/utils/VSPriorityQueue.java b/sources/utils/VSPriorityQueue.java index da83fe6..84d9a79 100644 --- a/sources/utils/VSPriorityQueue.java +++ b/sources/utils/VSPriorityQueue.java @@ -11,13 +11,13 @@ import java.util.PriorityQueue; * The Class VSPriorityQueue. */ public final class VSPriorityQueue extends PriorityQueue { - private static final long serialVersionUID = 1L; - + private static final long serialVersionUID = 1L; + /** * Gets the. - * + * * @param index the index - * + * * @return the t */ public T get(int index) { -- cgit v1.2.3