Change-Id: I4d9ec6da1f02cc41643539c17ba34567ec95ba7b
This commit is contained in:
Jonah Graham 2021-09-09 14:44:47 -04:00
parent be9e1a55c8
commit 1d4945eec3

View file

@ -1038,7 +1038,7 @@ public class CommonBuilder extends ACBuilder implements IIncrementalProjectBuild
@Override
protected final void clean(IProgressMonitor monitor) throws CoreException {
throw new IllegalStateException(
"Unexpcted/incorrect call to old clean method. Client code must call clean(Map,IProgressMonitor)"); //$NON-NLS-1$
"Unexpected/incorrect call to old clean method. Client code must call clean(Map,IProgressMonitor)"); //$NON-NLS-1$
}
@Override