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

Collapse All | Expand All

(-)src/org/eclipse/wst/sse/core/internal/model/ModelManagerImpl.java (-1 / +1 lines)
Lines 2191-2197 Link Here
2191
				// +1, include the "."
2191
				// +1, include the "."
2192
				key = property.substring(SSECorePlugin.ID.length() + 1, property.length());
2192
				key = property.substring(SSECorePlugin.ID.length() + 1, property.length());
2193
			}
2193
			}
2194
			preferencesService.getString(SSECorePlugin.ID, key, null, lookupOrder);
2194
			value = preferencesService.getString(SSECorePlugin.ID, key, null, lookupOrder);
2195
		}
2195
		}
2196
		
2196
		
2197
		return value;
2197
		return value;

Return to bug 287096