Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrelves2009-02-16 16:38:16 +0000
committerrelves2009-02-16 16:38:16 +0000
commitca88480930316bef31b47f3fb6c8e83d4c409674 (patch)
tree5a812579625fcd276a0174ff48c53cf5b61329e8 /org.eclipse.mylyn.tasks.core
parentebb06815bab3e35fd74da76b5cfe46fd9a15d440 (diff)
downloadorg.eclipse.mylyn.tasks-ca88480930316bef31b47f3fb6c8e83d4c409674.tar.gz
org.eclipse.mylyn.tasks-ca88480930316bef31b47f3fb6c8e83d4c409674.tar.xz
org.eclipse.mylyn.tasks-ca88480930316bef31b47f3fb6c8e83d4c409674.zip
NEW - bug 263318: [m3.0.5] Fix for Bugzilla (BMO) bug 26257 Breaks Mylyn
https://bugs.eclipse.org/bugs/show_bug.cgi?id=263318
Diffstat (limited to 'org.eclipse.mylyn.tasks.core')
-rw-r--r--org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/tasks/core/RepositoryStatus.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/tasks/core/RepositoryStatus.java b/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/tasks/core/RepositoryStatus.java
index c08c9480b..4767360d4 100644
--- a/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/tasks/core/RepositoryStatus.java
+++ b/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/tasks/core/RepositoryStatus.java
@@ -47,6 +47,8 @@ public class RepositoryStatus extends Status {
public final static int REPOSITORY_LOGGED_OUT = 10;
+ public static final int REPOSITORY_SUSPICIOUS_ACTION = 11;
+
public final static int ERROR_INTERNAL = 7;
private String htmlMessage;

Back to the top