File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/main/java/org/apache/commons/beanutils Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments