summaryrefslogtreecommitdiff
path: root/sources/utils/VSPriorityQueue.java
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-05-25 09:03:33 +0000
committerPaul Buetow <paul@buetow.org>2008-05-25 09:03:33 +0000
commit009350323123fc4b47041cb2194e8df19f69423b (patch)
treea9562cf215181a03137d5281d49d26e0fe5a3b45 /sources/utils/VSPriorityQueue.java
parentbb1dbccae485263ea5182546006339870c57b367 (diff)
Run astyle.
Diffstat (limited to 'sources/utils/VSPriorityQueue.java')
-rw-r--r--sources/utils/VSPriorityQueue.java8
1 files changed, 4 insertions, 4 deletions
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<T> extends PriorityQueue<T> {
- 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) {