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/VSClassLoader.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sources/utils/VSClassLoader.java') diff --git a/sources/utils/VSClassLoader.java b/sources/utils/VSClassLoader.java index 8d4f784..75ad994 100644 --- a/sources/utils/VSClassLoader.java +++ b/sources/utils/VSClassLoader.java @@ -11,12 +11,12 @@ package utils; * The Class VSClassLoader. */ public class VSClassLoader extends ClassLoader { - + /** * New instance. - * + * * @param classname the classname - * + * * @return the object */ public Object newInstance(String classname) { -- cgit v1.2.3