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 110922
Collapse All | Expand All

(-)CVSRepositoryLocation.java (-1 / +1 lines)
Lines 336-342 Link Here
336
				// errorMessage = CVSMessages.CVSRepositoryLocation_parsingOptionsUsername;
336
				// errorMessage = CVSMessages.CVSRepositoryLocation_parsingOptionsUsername;
337
				if (hmOptions.containsKey("username")) user = hmOptions.get("username").toString(); //$NON-NLS-1$ //$NON-NLS-2$
337
				if (hmOptions.containsKey("username")) user = hmOptions.get("username").toString(); //$NON-NLS-1$ //$NON-NLS-2$
338
				// errorMessage = CVSMessages.CVSRepositoryLocation_parsingOptionsPassword;
338
				// errorMessage = CVSMessages.CVSRepositoryLocation_parsingOptionsPassword;
339
				if (hmOptions.containsKey("password")) user = hmOptions.get("password").toString(); //$NON-NLS-1$ //$NON-NLS-2$
339
				if (hmOptions.containsKey("password")) password = hmOptions.get("password").toString(); //$NON-NLS-1$ //$NON-NLS-2$
340
			}
340
			}
341
			
341
			
342
			// Get the host (and port)
342
			// Get the host (and port)

Return to bug 110922