summaryrefslogtreecommitdiff
path: root/sources/utils/VSClassLoader.java
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-05-25 08:10:13 +0000
committerPaul Buetow <paul@buetow.org>2008-05-25 08:10:13 +0000
commitc015d586d22b69078b6da61858e5675793856b0b (patch)
treeefbc9881cf59363abef52a0beb5eedf9e81a224a /sources/utils/VSClassLoader.java
parent62fe28f0b0b0c9ebde18a6dc33907889ff3aa21b (diff)
JAutoDoc :)
Diffstat (limited to 'sources/utils/VSClassLoader.java')
-rw-r--r--sources/utils/VSClassLoader.java16
1 files changed, 16 insertions, 0 deletions
diff --git a/sources/utils/VSClassLoader.java b/sources/utils/VSClassLoader.java
index 3091fec..8d4f784 100644
--- a/sources/utils/VSClassLoader.java
+++ b/sources/utils/VSClassLoader.java
@@ -1,8 +1,24 @@
+/*
+ * VS is (c) 2008 by Paul C. Buetow
+ * vs@dev.buetow.org
+ */
package utils;
+// TODO: Auto-generated Javadoc
+/**
+ * The Class VSClassLoader.
+ */
public class VSClassLoader extends ClassLoader {
+
+ /**
+ * New instance.
+ *
+ * @param classname the classname
+ *
+ * @return the object
+ */
public Object newInstance(String classname) {
Object object = null;