Skip to content

Commit 9fc25d4

Browse files
committed
Add missing Javadoc @throws text.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1634413 13f79535-47bb-0310-9956-ffa450edef68
1 parent cc52a7a commit 9fc25d4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/org/apache/commons/codec/language/AbstractCaverphone.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ public Object encode(final Object source) throws EncoderException {
7171
* Second of two strings to compare
7272
* @return <code>true</code> if the encodings of these strings are identical, <code>false</code> otherwise.
7373
* @throws EncoderException
74+
* thrown if there is an error condition during the encoding process.
7475
*/
7576
public boolean isEncodeEqual(final String str1, final String str2) throws EncoderException {
7677
return this.encode(str1).equals(this.encode(str2));

0 commit comments

Comments
 (0)