summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/util/DynamicClassLoader.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/util/DynamicClassLoader.java')
-rw-r--r--qadevOOo/runner/util/DynamicClassLoader.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/runner/util/DynamicClassLoader.java b/qadevOOo/runner/util/DynamicClassLoader.java
index 8fdd721f1ea2..380bcec0c92c 100644
--- a/qadevOOo/runner/util/DynamicClassLoader.java
+++ b/qadevOOo/runner/util/DynamicClassLoader.java
@@ -25,7 +25,7 @@ public class DynamicClassLoader {
/**
* This method returns a class created by its name
* created by call to <code>Class.forName()</code>.<p>
- * This method must be overloaded if another loading
+ * This method must be overridden if another loading
* policy is required for Component and Interface
* testing classes.
* @param className The name of the class to create.