[Libreoffice-commits] core.git: jurt/com

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Thu May 16 06:00:47 UTC 2019


 jurt/com/sun/star/uno/AnyConverter.java |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 42b012e4dcb3ccb7e0aeb82515734499dc4ce2ed
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed May 15 09:07:08 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu May 16 08:00:12 2019 +0200

    Fix typo
    
    Change-Id: I6f7a40e8fefe09f9799927853b66dcae6c7a31d1
    Reviewed-on: https://gerrit.libreoffice.org/72388
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/jurt/com/sun/star/uno/AnyConverter.java b/jurt/com/sun/star/uno/AnyConverter.java
index 857c842fcc5b..a54e7c3a8efe 100644
--- a/jurt/com/sun/star/uno/AnyConverter.java
+++ b/jurt/com/sun/star/uno/AnyConverter.java
@@ -215,7 +215,7 @@ public class AnyConverter
     }
 
     /**
-     * Converts an Char object or an Any object containing a Char object into a
+     * Converts a Char object or an Any object containing a Char object into a
      * simple char.
      *
      * @param object the object to convert.
@@ -231,7 +231,7 @@ public class AnyConverter
     }
 
     /**
-     * Converts an Boolean object or an Any object containing a Boolean object
+     * Converts a Boolean object or an Any object containing a Boolean object
      * into a simple boolean.
      *
      * @param object the object to convert.
@@ -247,7 +247,7 @@ public class AnyConverter
     }
 
     /**
-     * Converts an Byte object or an Any object containing a Byte object into a
+     * Converts a Byte object or an Any object containing a Byte object into a
      * simple byte.
      *
      * @param object the object to convert.


More information about the Libreoffice-commits mailing list