1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-30 21:55:31 +02:00

compilation warning

This commit is contained in:
Andrew Gvozdev 2011-03-11 23:26:39 +00:00
parent 1db8cc744d
commit c2a0602718

View file

@ -56,7 +56,7 @@ public class SCProfileInstance {
collector = createScannerInfoCollector();
if (collector != null) {
// call collector.setProject(project) if class supports it
Class clazz = collector.getClass();
Class<? extends IScannerInfoCollector> clazz = collector.getClass();
try {
// Method setProjectMethod = clazz.getMethod("setProject", new Class[] {IProject.class});//$NON-NLS-1$
// setProjectMethod.invoke(collector, new Object[] {project});