diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-01-25 14:40:36 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-01-25 14:40:36 +0000 |
commit | 5b55a4c25bf729856fa6c02f3b7a8fcdb6c7565d (patch) | |
tree | 0bc9a92083f3755434e3d1b361396d20f12e503b /qadevOOo/tests/java/ifc/lang | |
parent | 913e80ad718b26cd90a61cfedda1a8604108c8fb (diff) |
INTEGRATION: CWS gcj1 (1.3.102); FILE MERGED
2004/12/01 15:55:47 cmc 1.3.102.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories
Diffstat (limited to 'qadevOOo/tests/java/ifc/lang')
-rw-r--r-- | qadevOOo/tests/java/ifc/lang/_XTypeProvider.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/ifc/lang/_XTypeProvider.java b/qadevOOo/tests/java/ifc/lang/_XTypeProvider.java index 097cc13ee7f2..6ef84783c7dc 100644 --- a/qadevOOo/tests/java/ifc/lang/_XTypeProvider.java +++ b/qadevOOo/tests/java/ifc/lang/_XTypeProvider.java @@ -2,9 +2,9 @@ * * $RCSfile: _XTypeProvider.java,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change:$Date: 2003-09-08 10:46:27 $ + * last change:$Date: 2005-01-25 15:40:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -98,7 +98,7 @@ public class _XTypeProvider extends MultiMethodTest { /** - * alls the method and checks the return value.<p> + * Calls the method and checks the return value.<p> * Has <b>OK</b> status if one of the return value equals to the * type <code>com.sun.star.lang.XTypeProvider</code>. */ |