diff options
Diffstat (limited to 'jurt')
-rw-r--r-- | jurt/com/sun/star/uno/AnyConverter.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jurt/com/sun/star/uno/AnyConverter.java b/jurt/com/sun/star/uno/AnyConverter.java index a54e7c3a8efe..d36542e1a67a 100644 --- a/jurt/com/sun/star/uno/AnyConverter.java +++ b/jurt/com/sun/star/uno/AnyConverter.java @@ -33,7 +33,7 @@ package com.sun.star.uno; public class AnyConverter { /** - * Determines the type of an any object. + * Determines the type of an Any object. * * @param object any object. * @return type object. |