mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 18:56:02 +02:00
Bug 347492 - raise the visibility of getEnvironment(Object context) in the class of UserDefinedEnvironmentSupplier - for John Liu
This commit is contained in:
parent
4fcb982588
commit
a2c86151ad
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
* are made available under the terms of the Eclipse Public License v1.0
|
||||
* 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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue