Author: ggregory
Date: Sun Aug 7 16:54:26 2011
New Revision: 1154724
URL: http://svn.apache.org/viewvc?rev=1154724&view=rev
Log:
Javadoc: use the active voice.
Modified:
commons/proper/codec/trunk/src/java/org/apache/commons/codec/language/bm/Rule.java
Modified:
commons/proper/codec/trunk/src/java/org/apache/commons/codec/language/bm/Rule.java
URL:
http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/java/org/apache/commons/codec/language/bm/Rule.java?rev=1154724&r1=1154723&r2=1154724&view=diff
==============================================================================
---
commons/proper/codec/trunk/src/java/org/apache/commons/codec/language/bm/Rule.java
(original)
+++
commons/proper/codec/trunk/src/java/org/apache/commons/codec/language/bm/Rule.java
Sun Aug 7 16:54:26 2011
@@ -456,7 +456,7 @@ public class Rule {
}
/**
- * Attempt to compile the regex into direct string ops, falling back to
Pattern and Matcher in the worst case.
+ * Attempts to compile the regex into direct string ops, falling back to
Pattern and Matcher in the worst case.
*
* @param regex
* the regular expression to compile