Messaging: Fix javadoc

Change-Id: Ia1b0a8fa9a5e74078a68a55ca1953b6f085521b1
This commit is contained in:
Michael W
2024-12-17 14:29:06 +01:00
parent e29b158fba
commit 5403d02b5d
46 changed files with 20 additions and 170 deletions

View File

@@ -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