diff --git a/rse/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/messages/SimpleSystemMessage.java b/rse/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/messages/SimpleSystemMessage.java index 01b644bb32a..d175c1f9818 100644 --- a/rse/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/messages/SimpleSystemMessage.java +++ b/rse/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/messages/SimpleSystemMessage.java @@ -34,13 +34,15 @@ public class SimpleSystemMessage extends SystemMessage { * * Clients can use either globally unique RSE message IDs or plugin-specific local IDs. * - * RSE-global message IDs are of the form: RSE + * RSE-global message IDs are of the form: RSE<subcomponent><number> * * The subcomponent is a single character: + * * * The number is a four digit number. * @@ -63,13 +65,15 @@ public class SimpleSystemMessage extends SystemMessage { * * Clients can use either globally unique RSE message IDs or plugin-specific local IDs. * - * RSE-global message IDs are of the form: RSE + * RSE-global message IDs are of the form: RSE<subcomponent><number> * * The subcomponent is a single character: + *
    *
  • "G" for General
  • *
  • "O" for Other
  • *
  • "F" for Files
  • *
  • "C" for Communications
  • + *
* * The number is a four digit number. * @@ -96,13 +100,15 @@ public class SimpleSystemMessage extends SystemMessage { * * Clients can use either globally unique RSE message IDs or plugin-specific local IDs. * - * RSE-global message IDs are of the form: RSE + * RSE-global message IDs are of the form: RSE<subcomponent><number> * * The subcomponent is a single character: + *
    *
  • "G" for General
  • *
  • "O" for Other
  • *
  • "F" for Files
  • *
  • "C" for Communications
  • + *
* * The number is a four digit number. *