File tree Expand file tree Collapse file tree
src/java/org/apache/commons/codec/language Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments