Messaging: Fix javadoc
Change-Id: Ia1b0a8fa9a5e74078a68a55ca1953b6f085521b1
This commit is contained in:
@@ -80,7 +80,6 @@ public class EncodedStringValue implements Cloneable {
|
||||
/**
|
||||
* Constructor
|
||||
*
|
||||
* @param charset
|
||||
* @param data The text in Java String
|
||||
* @throws NullPointerException if Text-string value is null.
|
||||
*/
|
||||
|
||||
@@ -527,8 +527,6 @@ public class PduHeaders {
|
||||
*
|
||||
* @param value the value
|
||||
* @param field the field
|
||||
* @return the TextString value of the pdu header
|
||||
* with specified header field
|
||||
* @throws NullPointerException if the value is null.
|
||||
*/
|
||||
protected void setTextString(byte[] value, int field) {
|
||||
@@ -593,8 +591,6 @@ public class PduHeaders {
|
||||
*
|
||||
* @param value the value
|
||||
* @param field the field
|
||||
* @return the EncodedStringValue value of the pdu header
|
||||
* with specified header field
|
||||
* @throws NullPointerException if the value is null.
|
||||
*/
|
||||
protected void setEncodedStringValue(EncodedStringValue value, int field) {
|
||||
@@ -630,8 +626,6 @@ public class PduHeaders {
|
||||
*
|
||||
* @param value the value
|
||||
* @param field the field
|
||||
* @return the EncodedStringValue value array of the pdu header
|
||||
* with specified header field
|
||||
* @throws NullPointerException if the value is null.
|
||||
*/
|
||||
protected void setEncodedStringValues(EncodedStringValue[] value, int field) {
|
||||
|
||||
@@ -329,7 +329,7 @@ public class PduParser {
|
||||
case PduHeaders.CONTENT_CLASS:
|
||||
case PduHeaders.RETRIEVE_STATUS:
|
||||
case PduHeaders.STORE_STATUS:
|
||||
/**
|
||||
/*
|
||||
* The following field has a different value when
|
||||
* used in the M-Mbox-Delete.conf and M-Delete.conf PDU.
|
||||
* For now we ignore this fact, since we do not support these PDUs
|
||||
@@ -399,7 +399,7 @@ public class PduParser {
|
||||
case PduHeaders.AUX_APPLIC_ID:
|
||||
case PduHeaders.APPLIC_ID:
|
||||
case PduHeaders.REPLY_APPLIC_ID:
|
||||
/**
|
||||
/*
|
||||
* The next three header fields are email addresses
|
||||
* as defined in RFC2822,
|
||||
* not including the characters "<" and ">"
|
||||
@@ -407,7 +407,7 @@ public class PduParser {
|
||||
case PduHeaders.MESSAGE_ID:
|
||||
case PduHeaders.REPLACE_ID:
|
||||
case PduHeaders.CANCEL_ID:
|
||||
/**
|
||||
/*
|
||||
* The following field has a different value when
|
||||
* used in the M-Mbox-Delete.conf and M-Delete.conf PDU.
|
||||
* For now we ignore this fact, since we do not support these PDUs
|
||||
|
||||
Reference in New Issue
Block a user