Skip to content

Commit fcba02f

Browse files
committed
Javadoc
1 parent c294876 commit fcba02f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/apache/commons/jxpath/util/BasicTypeConverter.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,11 +235,11 @@ protected Number allocateNumber(Class type, final double value) {
235235
}
236236

237237
/**
238-
* Returns true if it can convert the supplied object to the specified class.
238+
* Tests whether this instance can convert the supplied object to the specified class.
239239
*
240240
* @param object to check
241241
* @param toType prospective destination class
242-
* @return boolean
242+
* @return boolean whether this instance can convert the supplied object to the specified class.
243243
*/
244244
@Override
245245
public boolean canConvert(final Object object, final Class toType) {

0 commit comments

Comments
 (0)