summaryrefslogtreecommitdiffstats
path: root/qadevOOo/runner/lib/DynamicClassLoader.java
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-10-06 11:39:50 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-10-06 11:39:50 +0000
commit320d4dbed1c0252e7499697ab2d6425f5139db7b (patch)
treec8d1da9075f8cb01c53485400bdda46ee813064f /qadevOOo/runner/lib/DynamicClassLoader.java
parentINTEGRATION: CWS qadev12 (1.2.26); FILE MERGED (diff)
downloadcore-320d4dbed1c0252e7499697ab2d6425f5139db7b.tar.gz
core-320d4dbed1c0252e7499697ab2d6425f5139db7b.zip
INTEGRATION: CWS qadev12 (1.2.16); FILE MERGED
2003/09/24 15:58:23 sg 1.2.16.1: #110481#CHG:deprecate DynamicClassLoader
Diffstat (limited to 'qadevOOo/runner/lib/DynamicClassLoader.java')
-rw-r--r--qadevOOo/runner/lib/DynamicClassLoader.java9
1 files changed, 6 insertions, 3 deletions
diff --git a/qadevOOo/runner/lib/DynamicClassLoader.java b/qadevOOo/runner/lib/DynamicClassLoader.java
index e5e08b56c962..9d91761c7fca 100644
--- a/qadevOOo/runner/lib/DynamicClassLoader.java
+++ b/qadevOOo/runner/lib/DynamicClassLoader.java
@@ -2,9 +2,9 @@
*
* $RCSfile: DynamicClassLoader.java,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change:$Date: 2003-05-27 12:03:27 $
+ * last change:$Date: 2003-10-06 12:39:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -63,6 +63,9 @@ package lib ;
import java.lang.reflect.Constructor;
+/**
+ * @deprecated: moved to util package.
+ */
public class DynamicClassLoader {
/**
@@ -122,4 +125,4 @@ public class DynamicClassLoader {
className + " " + e);
}
}
-} \ No newline at end of file
+}