Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
addition of some header comments
Browse files Browse the repository at this point in the history
  • Loading branch information
williamd1618 committed Oct 14, 2013
1 parent fecba09 commit cdd48d7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/java/com/cloudhopper/smpp/util/DeliveryReceipt.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@
* Utility class to represent a Delivery Receipt that may be contained within a
* DataSm or DeliverSm PDU. A delivery receipt has a specific message text and a
* few specific optional parameters.
* <p>
* If the {@link #setRawErrorCode(String)} method takes in a String that is not
* parseable to an int via {@link Integer#parseInt(String)} then the
* {@link #errorCode} property will remain what it was originally set as,
* default(int) or in the case of
* {@link #parseShortMessage(String, DateTimeZone)} -1.
*
* @author joelauer (twitter: @jjlauer or <a href="http://twitter.com/jjlauer"
* target=window>http://twitter.com/jjlauer</a>)
Expand Down

0 comments on commit cdd48d7

Please sign in to comment.