summaryrefslogtreecommitdiff
path: root/sources/utils/VSPriorityQueue.java
diff options
context:
space:
mode:
Diffstat (limited to 'sources/utils/VSPriorityQueue.java')
-rw-r--r--sources/utils/VSPriorityQueue.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/utils/VSPriorityQueue.java b/sources/utils/VSPriorityQueue.java
index b320c1d..d7c7261 100644
--- a/sources/utils/VSPriorityQueue.java
+++ b/sources/utils/VSPriorityQueue.java
@@ -7,7 +7,7 @@ package utils;
import java.util.PriorityQueue;
/**
- * The Class VSPriorityQueue. This class is the same like the standard
+ * The class VSPriorityQueue. This class is the same like the standard
* VSPriorityQueue of the Java API. It only overrides the get(int) method.
*
* @author Paul C. Buetow