Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Becker2011-11-04 22:16:44 +0000
committerFrank Becker2011-11-05 08:37:38 +0000
commitcd4c934e19c57b5e36313f1e8f60ca3c48f92d38 (patch)
treeee082b38860f759e1bcfe4e52c1fdfadf48da73b /org.eclipse.mylyn.bugzilla.core
parent8dffdd6337ca8d49f028d51f467d212b2193ad11 (diff)
downloadorg.eclipse.mylyn.tasks-cd4c934e19c57b5e36313f1e8f60ca3c48f92d38.tar.gz
org.eclipse.mylyn.tasks-cd4c934e19c57b5e36313f1e8f60ca3c48f92d38.tar.xz
org.eclipse.mylyn.tasks-cd4c934e19c57b5e36313f1e8f60ca3c48f92d38.zip
NEW - bug 362314: "Can not get the Default Milestons using XMLRPC" error
prevents Task refresh https://bugs.eclipse.org/bugs/show_bug.cgi?id=362314
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.core')
-rw-r--r--org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/service/BugzillaXmlRpcClient.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/service/BugzillaXmlRpcClient.java b/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/service/BugzillaXmlRpcClient.java
index 7819ba520..91ea94093 100644
--- a/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/service/BugzillaXmlRpcClient.java
+++ b/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/service/BugzillaXmlRpcClient.java
@@ -407,7 +407,7 @@ public class BugzillaXmlRpcClient extends CommonXmlRpcClient {
}
} catch (XmlRpcException e) {
throw new CoreException(new Status(IStatus.ERROR, BugzillaCorePlugin.ID_PLUGIN,
- "Can not get the Default Milestons using XMLRPC")); //$NON-NLS-1$
+ "Can not get the Default Milestones using XMLRPC")); //$NON-NLS-1$
}
}

Back to the top