From ad15cc0be7d2f41784cea2ce129b671435415081 Mon Sep 17 00:00:00 2001 From: David McKnight Date: Tue, 22 Apr 2008 13:51:35 +0000 Subject: [PATCH] [226773] [apidoc] Specify allowed namespaces for SimpleSystemMessage ID in the Javadoc --- .../clientserver/messages/SimpleSystemMessage.java | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) 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: + *
    *
  • "G" for General
  • *
  • "O" for Other
  • *
  • "F" for Files
  • *
  • "C" for Communications
  • + *
* * 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. *