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 129709 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/releng/tools/MapEntry.java (+2 lines)
Lines 205-210 Link Here
205
205
206
	public String getTagName() {
206
	public String getTagName() {
207
		String value = (String) arguments.get(KEY_TAG);
207
		String value = (String) arguments.get(KEY_TAG);
208
		if (value.equals("HEAD"))
209
			value="";
208
		return value == null ? EMPTY_STRING : value;
210
		return value == null ? EMPTY_STRING : value;
209
	}
211
	}
210
	
212
	

Return to bug 129709