diff options
Diffstat (limited to 'sources/utils')
| -rw-r--r-- | sources/utils/VSFrame.java | 4 | ||||
| -rw-r--r-- | sources/utils/VSInfoArea.java | 4 | ||||
| -rw-r--r-- | sources/utils/VSPriorityQueue.java | 5 | ||||
| -rw-r--r-- | sources/utils/VSRandom.java | 2 | ||||
| -rw-r--r-- | sources/utils/VSTupel.java | 3 |
5 files changed, 8 insertions, 10 deletions
diff --git a/sources/utils/VSFrame.java b/sources/utils/VSFrame.java index d14c06b..25c84e6 100644 --- a/sources/utils/VSFrame.java +++ b/sources/utils/VSFrame.java @@ -28,7 +28,7 @@ public class VSFrame extends JFrame { private boolean dispose; /** - * Instantiates a new vS frame. + * Instantiates a new lang.process.removeframe. * * @param title the title * @param parent the parent @@ -39,7 +39,7 @@ public class VSFrame extends JFrame { } /** - * Instantiates a new vS frame. + * Instantiates a new lang.process.removeframe. * * @param title the title */ diff --git a/sources/utils/VSInfoArea.java b/sources/utils/VSInfoArea.java index f922a5b..f6b4499 100644 --- a/sources/utils/VSInfoArea.java +++ b/sources/utils/VSInfoArea.java @@ -16,14 +16,14 @@ public class VSInfoArea extends JTextPane { private static final long serialVersionUID = 1L; /** - * Instantiates a new vS info area. + * Instantiates a new lang.process.removeinfo area. */ public VSInfoArea() { init(); } /** - * Instantiates a new vS info area. + * Instantiates a new lang.process.removeinfo area. * * @param text the text */ 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; diff --git a/sources/utils/VSRandom.java b/sources/utils/VSRandom.java index 489bc90..8881aeb 100644 --- a/sources/utils/VSRandom.java +++ b/sources/utils/VSRandom.java @@ -14,7 +14,7 @@ public final class VSRandom extends Random { private static final long serialVersionUID = 1L; /** - * Instantiates a new vS random. + * Instantiates a new lang.process.removerandom. * * @param seedAdd the seed add */ diff --git a/sources/utils/VSTupel.java b/sources/utils/VSTupel.java index c259f52..2177601 100644 --- a/sources/utils/VSTupel.java +++ b/sources/utils/VSTupel.java @@ -4,7 +4,6 @@ */ package utils; -// TODO: Auto-generated Javadoc /** * The Class VSTupel. */ @@ -20,7 +19,7 @@ public final class VSTupel<A,B,C> { private C c; /** - * Instantiates a new vS tupel. + * Instantiates a new lang.process.removetupel. * * @param a the a * @param b the b |
