Skip to content

Commit

Permalink
fix: char-code fix for utf-8(text fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
terukizm committed Jul 28, 2012
1 parent e1f0b9d commit de7ad3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jsmpp/src/main/java/org/jsmpp/bean/OptionalParameter.java
Original file line number Diff line number Diff line change
Expand Up @@ -1542,7 +1542,7 @@ public boolean isDpfSet() {
* The ms_availability_status parameter is used in the alert_notification operation to indicate the
* availability state of the MS to the ESME. <br>
* If the SMSC does not include the parameter in the alert_notification operation, the ESME
* should assume that the MS is in an availablestate. <br>
* should assume that the MS is in an "available" state. <br>
* <br>
* 0 = Available (Default) <br>
* 1 = Denied (e.g. suspended, no SMS capability, etc.) <br>
Expand Down Expand Up @@ -2056,7 +2056,7 @@ public Alert_on_message_delivery(byte[] content) {

/**
* The its_reply_type parameter is a required parameter for the CDMA Interactive Teleservice as
* defined by the Korean PCS carriers [KORITS]. It indicates and controls the MS users reply
* defined by the Korean PCS carriers [KORITS]. It indicates and controls the MS user's reply
* method to an SMS delivery message received from the ESME. <br>
* <br>
* 0 = Digit <br>
Expand Down

0 comments on commit de7ad3b

Please sign in to comment.