mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 01:06:01 +02:00
Made some generic methods static.
This commit is contained in:
parent
91f17114ea
commit
57917d77fd
1 changed files with 1 additions and 1 deletions
|
@ -833,7 +833,7 @@ abstract public class AbstractCLaunchDelegate extends LaunchConfigurationDelegat
|
|||
* does not include the default environment of the target.
|
||||
* @deprecated
|
||||
*/
|
||||
public static Properties getEnvironmentProperty(ILaunchConfiguration config) {
|
||||
protected Properties getEnvironmentProperty(ILaunchConfiguration config) {
|
||||
Properties prop = new Properties();
|
||||
Map env = null;
|
||||
try {
|
||||
|
|
Loading…
Add table
Reference in a new issue