Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsuen2008-02-10 21:32:42 +0000
committerrsuen2008-02-10 21:32:42 +0000
commit94ed24a9eefcd43bd223367e731d7aa31fa4051b (patch)
tree77b01004d41928ac0586b3316185163ac44d1521 /applications
parent0b6ab4d3dba643caef60e0a47589c28fb1d5d9b1 (diff)
downloadorg.eclipse.ecf-94ed24a9eefcd43bd223367e731d7aa31fa4051b.tar.gz
org.eclipse.ecf-94ed24a9eefcd43bd223367e731d7aa31fa4051b.tar.xz
org.eclipse.ecf-94ed24a9eefcd43bd223367e731d7aa31fa4051b.zip
Consider the case where a bug has no 'resolution'.
Diffstat (limited to 'applications')
-rw-r--r--applications/kosmos/bundles/org.eclipse.ecf.presence.bot.kosmos/src/org/eclipse/ecf/internal/presence/bot/kosmos/CustomMessages.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/applications/kosmos/bundles/org.eclipse.ecf.presence.bot.kosmos/src/org/eclipse/ecf/internal/presence/bot/kosmos/CustomMessages.java b/applications/kosmos/bundles/org.eclipse.ecf.presence.bot.kosmos/src/org/eclipse/ecf/internal/presence/bot/kosmos/CustomMessages.java
index b0e29c71d..8b965a97e 100644
--- a/applications/kosmos/bundles/org.eclipse.ecf.presence.bot.kosmos/src/org/eclipse/ecf/internal/presence/bot/kosmos/CustomMessages.java
+++ b/applications/kosmos/bundles/org.eclipse.ecf.presence.bot.kosmos/src/org/eclipse/ecf/internal/presence/bot/kosmos/CustomMessages.java
@@ -27,6 +27,7 @@ public class CustomMessages {
static final String Bug = "Bug"; //$NON-NLS-1$
static final String Bug_Not_Found = "Bug_Not_Found"; //$NON-NLS-1$
static final String BugContent = "BugContent"; //$NON-NLS-1$
+ static final String BugContent2 = "BugContent2"; //$NON-NLS-1$
static final String Javadoc_NotFound = "Javadoc_NotFound"; //$NON-NLS-1$
static final String Javadoc_ResultsUnknown = "Javadoc_ResultsUnknown"; //$NON-NLS-1$

Back to the top