Kaydet (Commit) 42b012e4 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typo

Change-Id: I6f7a40e8fefe09f9799927853b66dcae6c7a31d1
Reviewed-on: https://gerrit.libreoffice.org/72388Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 1e9c9c57
...@@ -215,7 +215,7 @@ public class AnyConverter ...@@ -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. * simple char.
* *
* @param object the object to convert. * @param object the object to convert.
...@@ -231,7 +231,7 @@ public class AnyConverter ...@@ -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. * into a simple boolean.
* *
* @param object the object to convert. * @param object the object to convert.
...@@ -247,7 +247,7 @@ public class AnyConverter ...@@ -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. * simple byte.
* *
* @param object the object to convert. * @param object the object to convert.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment