Skip to content

Commit 1e5b2b1

Browse files
committed
Javadoc
1 parent 5a3b2e3 commit 1e5b2b1

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/main/java/org/apache/commons/beanutils/BeanUtils.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,9 @@ public static String[] getArrayProperty(final Object bean, final String name)
170170
}
171171

172172
/**
173-
* Return whether a Map is fast
174-
* @param map The map
173+
* Gets whether a Map is fast.
174+
*
175+
* @param map The map.
175176
* @return Whether it is fast or not.
176177
* @since 1.8.0
177178
*/

src/main/java/org/apache/commons/beanutils/converters/NumberConverter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ public String getPattern() {
267267
}
268268

269269
/**
270-
* Return whether decimals are allowed in the number.
270+
* Tests whether decimals are allowed in the number.
271271
*
272272
* @return Whether decimals are allowed in the number
273273
*/

0 commit comments

Comments
 (0)