From ac53b502776dbc84ffc63fddbd3d10d6c343c678 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Thu, 25 Mar 2004 13:50:27 +0000 Subject: INTEGRATION: CWS jl3 (1.2.54); FILE MERGED 2004/02/17 11:45:56 jl 1.2.54.1: #i22146# clarified documentation --- jvmaccess/inc/jvmaccess/virtualmachine.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'jvmaccess/inc') 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). -- cgit