summaryrefslogtreecommitdiff
path: root/sources/utils/VSClassLoader.java
diff options
context:
space:
mode:
Diffstat (limited to 'sources/utils/VSClassLoader.java')
-rw-r--r--sources/utils/VSClassLoader.java11
1 files changed, 6 insertions, 5 deletions
diff --git a/sources/utils/VSClassLoader.java b/sources/utils/VSClassLoader.java
index 60b3c9d..8e7e860 100644
--- a/sources/utils/VSClassLoader.java
+++ b/sources/utils/VSClassLoader.java
@@ -4,17 +4,18 @@
*/
package utils;
-
-
-// TODO: Auto-generated Javadoc
/**
- * The Class VSClassLoader.
+ * The Class VSClassLoader. This class is used in order to create new objects
+ * by its classnames.
+ *
+ * @author Paul C. Buetow
*/
public class VSClassLoader extends ClassLoader {
+ /** The serial version uid */
private static final long serialVersionUID = 1L;
/**
- * New instance.
+ * Creates a new instance of the given classname.
*
* @param classname the classname
*