mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-29 20:05:35 +02:00
JavaDoc warnings
This commit is contained in:
parent
4de5386e68
commit
82f47ea669
1 changed files with 0 additions and 8 deletions
|
@ -325,11 +325,6 @@ public class DiscoveryOptionsBlock extends AbstractDiscoveryOptionsBlock {
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @param project
|
||||
* @param monitor
|
||||
* @throws CModelException
|
||||
*/
|
||||
private void createDiscoveredPathContainer(IProject project, IProgressMonitor monitor) throws CModelException {
|
||||
IPathEntry container = CoreModel.newContainerEntry(DiscoveredPathContainer.CONTAINER_ID);
|
||||
ICProject cProject = CoreModel.getDefault().create(project);
|
||||
|
@ -345,9 +340,6 @@ public class DiscoveryOptionsBlock extends AbstractDiscoveryOptionsBlock {
|
|||
MakeCorePlugin.getDefault().getDiscoveryManager().removeDiscoveredInfo(project);
|
||||
}
|
||||
|
||||
/**
|
||||
* @param project
|
||||
*/
|
||||
private void changeDiscoveryContainer(IProject project) {
|
||||
String profileId = getBuildInfo().getSelectedProfileId();
|
||||
ScannerConfigScope profileScope = ScannerConfigProfileManager.getInstance().
|
||||
|
|
Loading…
Add table
Reference in a new issue