mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-30 21:55:31 +02:00
bug 289608: [Scanner Discovery] Discovery options does not offer profiles defined in supertypes in project properties
cleanup only: added type info to API
This commit is contained in:
parent
5ab8ef70df
commit
50277413ca
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ public interface IScannerConfigBuilderInfo2Set {
|
|||
*
|
||||
* @return InfoContext - to IScannerConfigBuilderInfo2 map
|
||||
*/
|
||||
Map getInfoMap();
|
||||
Map<InfoContext, IScannerConfigBuilderInfo2> getInfoMap();
|
||||
|
||||
IScannerConfigBuilderInfo2 getInfo(InfoContext context);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue