Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrelves2006-05-23 22:48:22 +0000
committerrelves2006-05-23 22:48:22 +0000
commit29b3c8ebbd2b06f424b8cc4f21dfda49dd777824 (patch)
tree42658696b05c30f64a73be2ae0d26a7b0a1eed98 /org.eclipse.mylyn.bugzilla.core
parentc5fcc9fc2c3d59faf6cb5b3410b821046ac85c40 (diff)
downloadorg.eclipse.mylyn.tasks-29b3c8ebbd2b06f424b8cc4f21dfda49dd777824.tar.gz
org.eclipse.mylyn.tasks-29b3c8ebbd2b06f424b8cc4f21dfda49dd777824.tar.xz
org.eclipse.mylyn.tasks-29b3c8ebbd2b06f424b8cc4f21dfda49dd777824.zip
Progress on: 133196: Problems submitting reports to QNX PRZilla
https://bugs.eclipse.org/bugs/show_bug.cgi?id=133196
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.core')
-rw-r--r--org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaRepositoryUtil.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaRepositoryUtil.java b/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaRepositoryUtil.java
index a787bc428..3f72eb80a 100644
--- a/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaRepositoryUtil.java
+++ b/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaRepositoryUtil.java
@@ -203,6 +203,7 @@ public class BugzillaRepositoryUtil {
}
+ // TODO: move to repository connector?
public static void validateCredentials(String repositoryUrl, String userid, String password) throws IOException,
LoginException {

Back to the top