Skip to content

Commit dfc375e

Browse files
committed
Javadoc typos
1 parent 2da042a commit dfc375e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -575,9 +575,9 @@ public V get(final Object key) {
575575
}
576576

577577
/**
578-
* Returns true if this map is operating in fast mode.
578+
* Returns true if this map is operating in fast mode.
579579
*
580-
* @return true if this map is operating in fast mode
580+
* @return true if this map is operating in fast mode
581581
*/
582582
public boolean getFast() {
583583
return this.fast;
@@ -704,9 +704,9 @@ public V remove(final Object key) {
704704
}
705705

706706
/**
707-
* Sets whether this map is operating in fast mode.
707+
* Sets whether this map is operating in fast mode.
708708
*
709-
* @param fast true if this map should operate in fast mode
709+
* @param fast true if this map should operate in fast mode
710710
*/
711711
public void setFast(final boolean fast) {
712712
this.fast = fast;

0 commit comments

Comments
 (0)