Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 289957
Collapse All | Expand All

(-)src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaClient.java (+1 lines)
Lines 1108-1113 Link Here
1108
						}
1108
						}
1109
					}
1109
					}
1110
					a = b;
1110
					a = b;
1111
					id = a.getId();
1111
					cleanIfShortLogin(a);
1112
					cleanIfShortLogin(a);
1112
				} else {
1113
				} else {
1113
					cleanQAContact(a);
1114
					cleanQAContact(a);

Return to bug 289957