summaryrefslogtreecommitdiff
path: root/jvmaccess/inc
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-03-25 13:50:27 +0000
committerKurt Zenker <kz@openoffice.org>2004-03-25 13:50:27 +0000
commitac53b502776dbc84ffc63fddbd3d10d6c343c678 (patch)
tree5b11006801ce168900410aefdc108660db13fe73 /jvmaccess/inc
parent17b88ed6cb41fd56159c54a0fe25bc5981c7e0b2 (diff)
INTEGRATION: CWS jl3 (1.2.54); FILE MERGED
2004/02/17 11:45:56 jl 1.2.54.1: #i22146# clarified documentation
Diffstat (limited to 'jvmaccess/inc')
-rw-r--r--jvmaccess/inc/jvmaccess/virtualmachine.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/jvmaccess/inc/jvmaccess/virtualmachine.hxx b/jvmaccess/inc/jvmaccess/virtualmachine.hxx
index e04cef4ee4bf..722243417ce5 100644
--- a/jvmaccess/inc/jvmaccess/virtualmachine.hxx
+++ b/jvmaccess/inc/jvmaccess/virtualmachine.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: virtualmachine.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 12:41:13 $
+ * last change: $Author: kz $ $Date: 2004-03-25 14:50:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -104,7 +104,7 @@ public:
/** Attach the current thread to a virtual machine.
@param rMachine
- The virtual machine to attach to.
+ The virtual machine to attach to. Must not be a null reference.
@exception CreationException
Thrown in case attaching fails (due to a JNI problem).