summaryrefslogtreecommitdiff
path: root/jurt/com
diff options
context:
space:
mode:
authorDaniel Boelzle <dbo@openoffice.org>2002-06-14 12:12:10 +0000
committerDaniel Boelzle <dbo@openoffice.org>2002-06-14 12:12:10 +0000
commit894cb67c277ca79200c9bac95e4c372a39cce211 (patch)
tree34dfab25432de4d08c0afda1c645f2f04b25f7d5 /jurt/com
parentc28dcca32eeaf1ae3451da315bc8d2237fbfd780 (diff)
#100075# using macro expander singleton handling macrofied urls
Diffstat (limited to 'jurt/com')
-rw-r--r--jurt/com/sun/star/comp/loader/JavaLoader.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/jurt/com/sun/star/comp/loader/JavaLoader.java b/jurt/com/sun/star/comp/loader/JavaLoader.java
index 44a0e04bf02b..7b69e18072ac 100644
--- a/jurt/com/sun/star/comp/loader/JavaLoader.java
+++ b/jurt/com/sun/star/comp/loader/JavaLoader.java
@@ -2,9 +2,9 @@
*
* $RCSfile: JavaLoader.java,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: dbo $ $Date: 2002-06-14 13:09:52 $
+ * last change: $Author: dbo $ $Date: 2002-06-14 13:12:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -105,7 +105,7 @@ import java.net.MalformedURLException;
* service. Therefor the <code>JavaLoader</code> activates external UNO components which are implemented in Java.
* The loader is used by the <code>ServiceManger</code>.
* <p>
- * @version $Revision: 1.4 $ $ $Date: 2002-06-14 13:09:52 $
+ * @version $Revision: 1.5 $ $ $Date: 2002-06-14 13:12:10 $
* @author Markus Herzog
* @see com.sun.star.loader.XImplementationLoader
* @see com.sun.star.loader.Java
@@ -117,7 +117,7 @@ public class JavaLoader implements XImplementationLoader,
XServiceInfo,
XInitialization
{
- private static final boolean DEBUG = true;
+ private static final boolean DEBUG = false;
private static final void DEBUG(String dbg) {
if (DEBUG) System.err.println( dbg );
@@ -485,7 +485,7 @@ public class JavaLoader implements XImplementationLoader,
* the registration at a registry in a default manner. The class is used by the <code>JavaLoader</code> if the
* a component does not comes with its own methods for creating a factory or for the registration.
* <p>
- * @version $Revision: 1.4 $ $ $Date: 2002-06-14 13:09:52 $
+ * @version $Revision: 1.5 $ $ $Date: 2002-06-14 13:12:10 $
* @author Markus Herzog
* @since UDK1.0
*/