diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-03-25 13:54:11 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-03-25 13:54:11 +0000 |
commit | 617e1a59d5172a0505c72bf7ce4fafb5efd1b0b4 (patch) | |
tree | 0ff9856927b798cf46ec7c78b8e2af5a065c4d67 /jurt/com/sun | |
parent | 3def0ad5b1cde0d6b582ff207e9f7670c2df8692 (diff) |
INTEGRATION: CWS jl3 (1.13.10); FILE MERGED
2003/12/11 11:02:54 sb 1.13.10.1: #114133# Cleaned up (anticipating changes in 1.11.52.1).
Diffstat (limited to 'jurt/com/sun')
-rw-r--r-- | jurt/com/sun/star/lib/uno/environments/java/java_environment.java | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/jurt/com/sun/star/lib/uno/environments/java/java_environment.java b/jurt/com/sun/star/lib/uno/environments/java/java_environment.java index bc0bc2de1032..839301098b66 100644 --- a/jurt/com/sun/star/lib/uno/environments/java/java_environment.java +++ b/jurt/com/sun/star/lib/uno/environments/java/java_environment.java @@ -2,9 +2,9 @@ * * $RCSfile: java_environment.java,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: vg $ $Date: 2003-10-09 10:09:46 $ + * last change: $Author: kz $ $Date: 2004-03-25 14:54:11 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -159,17 +159,6 @@ public final class java_environment implements IEnvironment { // } } -// TODO??? -// // @see com.sun.star.lib.sandbox.Disposable#dispose -// public void dispose() { -// synchronized (proxies) { -// if (!proxies.isEmpty()) { -// list(); -// } -// proxies.clear(); -// } -// } - // TODO What's this??? java.lang.Object#equals requires reflexivity... // // Maybe this was hacked in so that different bridges use different |