diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-02-16 15:07:14 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-02-16 15:07:14 +0000 |
commit | c5f720730eea50d18a87802f17a8df152341b456 (patch) | |
tree | 2b5dcc1ee0c6bdeb73ee146bf197d3ca7658d330 /udkapi/com/sun/star/java | |
parent | 622a1a9b64b4f42a803cb5305f429746de23748e (diff) |
INTEGRATION: CWS sdk14 (1.3.16); FILE MERGED
2005/02/02 15:46:15 mi 1.3.16.1: #i33588# since tags corrected
Diffstat (limited to 'udkapi/com/sun/star/java')
-rw-r--r-- | udkapi/com/sun/star/java/JavaNotFoundException.idl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/java/JavaNotFoundException.idl b/udkapi/com/sun/star/java/JavaNotFoundException.idl index b1a272af37d4..951963b06ef7 100644 --- a/udkapi/com/sun/star/java/JavaNotFoundException.idl +++ b/udkapi/com/sun/star/java/JavaNotFoundException.idl @@ -2,9 +2,9 @@ * * $RCSfile: JavaNotFoundException.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: obo $ $Date: 2004-09-09 16:56:26 $ + * last change: $Author: vg $ $Date: 2005-02-16 16:07:14 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -71,7 +71,7 @@ module com { module sun { module star { module java { /** indicates that no suitable JRE was found. - @since OOo2.0.0 + @since OOo 2.0.0 */ exception JavaNotFoundException: JavaInitializationException { |