diff --git a/src/com/jacob/com/Variant.java b/src/com/jacob/com/Variant.java index b8ed1b3..46871e8 100644 --- a/src/com/jacob/com/Variant.java +++ b/src/com/jacob/com/Variant.java @@ -489,7 +489,7 @@ public class Variant extends JacobObject { /** * gets the content of the veriant as a string ref - * @return + * @return String retrieved from the COM area. */ public String getStringRef(){ if ((this.getvt() & VariantString) == VariantString && @@ -542,7 +542,7 @@ public class Variant extends JacobObject { *
- * calls toSafeArray(true) + * calls toSafeArray(true). */ public SafeArray toSafeArray() { // verify we haven't been released yet @@ -1153,7 +1152,7 @@ public class Variant extends JacobObject { * This lets folk turn into a safe array without a deep copy. * Shoudl this API be public? * @param deepCopy - * @return + * @return SafeArray constructed */ public SafeArray toSafeArray(boolean deepCopy){ // verify we haven't been released yet