1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-07 00:05:53 +02:00

[cleanup] getSystemViewAdapterFactory should be static

This commit is contained in:
David Dykstal 2007-03-29 02:57:47 +00:00
parent f0b9083924
commit 4c6f499e88

View file

@ -113,7 +113,7 @@ public class SystemAdapterHelpers {
/** /**
* For pathpath access to our adapters for non-local objects in our model. Exploits the knowledge we use singleton adapters. * For pathpath access to our adapters for non-local objects in our model. Exploits the knowledge we use singleton adapters.
*/ */
public SystemViewAdapterFactory getSystemViewAdapterFactory() { public static SystemViewAdapterFactory getSystemViewAdapterFactory() {
return RSEUIPlugin.getDefault().getSystemViewAdapterFactory(); return RSEUIPlugin.getDefault().getSystemViewAdapterFactory();
} }
} }