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/VSTupel.java | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'sources/utils/VSTupel.java') 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 { - + /** 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 { /** * Gets the a. - * + * * @return the a */ public A getA() { @@ -43,7 +43,7 @@ public final class VSTupel { /** * Gets the b. - * + * * @return the b */ public B getB() { @@ -52,7 +52,7 @@ public final class VSTupel { /** * Gets the c. - * + * * @return the c */ public C getC() { -- cgit v1.2.3