1
0
Fork 0
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:
Mikhail Khodjaiants 2006-03-29 20:15:31 +00:00
parent 91f17114ea
commit 57917d77fd

View file

@ -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 {