Skip to content

Commit f9867d5

Browse files
committed
Follow Sun's naming, renamed oddly named 'pMessage' to 'message'. C heritage?
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@797666 13f79535-47bb-0310-9956-ffa450edef68
1 parent fdc79f7 commit f9867d5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/java/org/apache/commons/codec/DecoderException.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ public class DecoderException extends Exception {
3535
/**
3636
* Creates a DecoderException
3737
*
38-
* @param pMessage A message with meaning to a human
38+
* @param message A message with meaning to a human
3939
*/
40-
public DecoderException(String pMessage) {
41-
super(pMessage);
40+
public DecoderException(String message) {
41+
super(message);
4242
}
4343

4444
}

0 commit comments

Comments
 (0)