Skip to content

Commit

Permalink
Update javadoc
Browse files Browse the repository at this point in the history
Remove warnings by including proper @return type
  • Loading branch information
benjchristensen committed Dec 4, 2012
1 parent 58b2d02 commit 68b8bb7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public boolean isDuplicateTransaction() {
* <p>
* If <code>isSuccess() == false</code> this will return NULL.
*
* @return
* @return String
*/
public String getAuthorizationCode() {
return authorizationCode;
Expand All @@ -91,7 +91,7 @@ public String getAuthorizationCode() {
* <p>
* If <code>isSuccess() == false</code> this will return NULL.
*
* @return
* @return String
*/
public String getTransactionID() {
return transactionID;
Expand All @@ -102,7 +102,7 @@ public String getTransactionID() {
* <p>
* If <code>isSuccess() == true</code> this will return NULL.
*
* @return
* @return String
*/
public String getErrorMessage() {
return errorMessage;
Expand Down

0 comments on commit 68b8bb7

Please sign in to comment.