From cd4c934e19c57b5e36313f1e8f60ca3c48f92d38 Mon Sep 17 00:00:00 2001 From: Frank Becker Date: Fri, 4 Nov 2011 23:16:44 +0100 Subject: 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 --- .../mylyn/internal/bugzilla/core/service/BugzillaXmlRpcClient.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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$ } } -- cgit v1.2.3