1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-10 12:03:16 +02:00
This commit is contained in:
Andrew Niefer 2004-06-23 19:48:56 +00:00
parent 687d762517
commit 357c723abe

View file

@ -164,7 +164,7 @@ public class CSearchQuery implements ISearchQuery, ICSearchConstants {
} catch (InterruptedException e) {
}
}
monitor.done();
matchCount = finalCollector.getMatchCount();
return new Status(IStatus.OK, CUIPlugin.getPluginId(), 0,"", null); //$NON-NLS-1$