1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-20 07:25:23 +02:00

Bug 347492 - raise the visibility of getEnvironment(Object context) in the class of UserDefinedEnvironmentSupplier - for John Liu

This commit is contained in:
Vivian Kong 2011-05-27 18:18:43 +00:00
parent 4fcb982588
commit a2c86151ad

View file

@ -1,5 +1,5 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2005, 2010 Intel Corporation and others. * Copyright (c) 2005, 2011 Intel Corporation and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
@ -145,7 +145,7 @@ public class UserDefinedEnvironmentSupplier extends
} }
} }
protected StorableEnvironment getEnvironment(Object context){ public StorableEnvironment getEnvironment(Object context){
return getEnvironment(context,true); return getEnvironment(context,true);
} }