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

(-)src/org/eclipse/tptp/monitoring/logui/internal/wizards/ImportLogWizard.java (-1 / +5 lines)
Lines 2039-2045 Link Here
2039
							}
2039
							}
2040
							
2040
							
2041
						});
2041
						});
2042
						return importLogAuthentication.getAuthentication();
2042
						if(importLogAuthentication!=null)
2043
						{
2044
						    return importLogAuthentication.getAuthentication();
2045
						}
2046
						return null;
2043
				}
2047
				}
2044
			};
2048
			};
2045
			
2049
			

Return to bug 206205