summaryrefslogtreecommitdiff
path: root/sources/utils/VSTupel.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/VSTupel.java
parentbb1dbccae485263ea5182546006339870c57b367 (diff)
Run astyle.
Diffstat (limited to 'sources/utils/VSTupel.java')
-rw-r--r--sources/utils/VSTupel.java14
1 files changed, 7 insertions, 7 deletions
diff --git a/sources/utils/VSTupel.java b/sources/utils/VSTupel.java
index 2fea87a..c259f52 100644
--- a/sources/utils/VSTupel.java
+++ b/sources/utils/VSTupel.java
@@ -9,19 +9,19 @@ package utils;
* The Class VSTupel.
*/
public final class VSTupel<A,B,C> {
-
+
/** The a. */
private A a;
-
+
/** The b. */
private B b;
-
+
/** The c. */
private C c;
/**
* Instantiates a new vS tupel.
- *
+ *
* @param a the a
* @param b the b
* @param c the c
@@ -34,7 +34,7 @@ public final class VSTupel<A,B,C> {
/**
* Gets the a.
- *
+ *
* @return the a
*/
public A getA() {
@@ -43,7 +43,7 @@ public final class VSTupel<A,B,C> {
/**
* Gets the b.
- *
+ *
* @return the b
*/
public B getB() {
@@ -52,7 +52,7 @@ public final class VSTupel<A,B,C> {
/**
* Gets the c.
- *
+ *
* @return the c
*/
public C getC() {