Skip to content

Commit 0c4dca4

Browse files
committed
Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1075400 13f79535-47bb-0310-9956-ffa450edef68
1 parent ec9cafd commit 0c4dca4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/java/org/apache/commons/codec/language/Caverphone.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
/**
2424
* Encodes a string into a Caverphone value.
2525
*
26-
* This is an algorithm created the Caversham Project at the University of Otago. It implements the Caverphone 2.0
26+
* This is an algorithm created by the Caversham Project at the University of Otago. It implements the Caverphone 2.0
2727
* algorithm:
2828
*
2929
* @author Apache Software Foundation
@@ -42,10 +42,10 @@ public Caverphone() {
4242
}
4343

4444
/**
45-
* Find the caverphone value of a String.
45+
* Encodes the given String into a Caverphone value.
4646
*
47-
* @param txt String to find the caverphone code for
48-
* @return A caverphone code corresponding to the String supplied
47+
* @param txt String the source string
48+
* @return A caverphone code for the given String
4949
*/
5050
public String caverphone(String txt) {
5151
// NOTE: Version 1.0 of Caverphone is easily derivable from this code

0 commit comments

Comments
 (0)