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:
parent
f0b9083924
commit
4c6f499e88
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue