1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 06:05:24 +02:00

Allow initProjectDescription to throw CoreExceptions.

This commit is contained in:
Doug Schaefer 2016-04-19 19:39:58 -04:00
parent 01457cd945
commit af4fd8ed84

View file

@ -25,7 +25,7 @@ public abstract class FMProjectGenerator extends FMGenerator {
private IProject project;
protected abstract void initProjectDescription(IProjectDescription description);
protected abstract void initProjectDescription(IProjectDescription description) throws CoreException;
public void setProjectName(String projectName) {
this.projectName = projectName;