Skip to content

Commit 26ad9f2

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@797667 13f79535-47bb-0310-9956-ffa450edef68
1 parent f9867d5 commit 26ad9f2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ public class EncoderException extends Exception {
3838
/**
3939
* Creates a new instance of this exception with an useful message.
4040
*
41-
* @param pMessage a useful message relating to the encoder specific error.
41+
* @param message a useful message relating to the encoder specific error.
4242
*/
43-
public EncoderException(String pMessage) {
44-
super(pMessage);
43+
public EncoderException(String message) {
44+
super(message);
4545
}
4646
}
4747

0 commit comments

Comments
 (0)