1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Deprecated getPreferences method.

This commit is contained in:
Sergey Prigogin 2011-04-14 21:33:45 +00:00
parent 02fe996163
commit ef2faf60d9

View file

@ -154,6 +154,7 @@ public class BuildLogPreferencePage extends PropertyPage implements ICOptionCont
return project;
}
@Deprecated
public org.eclipse.core.runtime.Preferences getPreferences() {
throw new UnsupportedOperationException();
}