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

(-)src/org/eclipse/update/internal/jarprocessor/Utils.java (-1 / +2 lines)
Lines 306-312 Link Here
306
			String key = (String) iter.next();
306
			String key = (String) iter.next();
307
			printStream.print(key);
307
			printStream.print(key);
308
			printStream.print(" = "); //$NON-NLS-1$
308
			printStream.print(" = "); //$NON-NLS-1$
309
			printStream.println(sorted.get(key));
309
			printStream.print(sorted.get(key));
310
			printStream.print("\n");
310
		}
311
		}
311
		printStream.flush();
312
		printStream.flush();
312
	}
313
	}

Return to bug 168583