Skip to content

Commit 70191f0

Browse files
committed
Fix Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1539798 13f79535-47bb-0310-9956-ffa450edef68
1 parent 65ebf2c commit 70191f0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/java/org/apache/commons/codec/language/bm/PhoneticEngine.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ private PhonemeBuilder(Set<Rule.Phoneme> phonemes) {
8484
* Creates a new phoneme builder containing all phonemes in this one extended by <code>str</code>.
8585
*
8686
* @param str the characters to append to the phonemes
87-
* @return a new phoneme builder lenghtened by <code>str</code>
8887
*/
8988
public void append(final CharSequence str) {
9089
for (final Rule.Phoneme ph : this.phonemes) {

0 commit comments

Comments
 (0)