mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Cosmetics.
This commit is contained in:
parent
f744f34410
commit
cfc0eec3f1
1 changed files with 1 additions and 3 deletions
|
@ -7,15 +7,13 @@
|
||||||
* http://www.eclipse.org/legal/epl-v10.html
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
*
|
*
|
||||||
* Contributors:
|
* Contributors:
|
||||||
* Institute for Software - initial API and implementation
|
* Institute for Software - initial API and implementation
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.internal.core.dom.rewrite.changegenerator;
|
package org.eclipse.cdt.internal.core.dom.rewrite.changegenerator;
|
||||||
|
|
||||||
import org.eclipse.cdt.internal.core.dom.rewrite.ASTModification;
|
import org.eclipse.cdt.internal.core.dom.rewrite.ASTModification;
|
||||||
|
|
||||||
public class UnhandledASTModificationException extends RuntimeException {
|
public class UnhandledASTModificationException extends RuntimeException {
|
||||||
|
|
||||||
private static final long serialVersionUID = 1L;
|
|
||||||
private final ASTModification illegalModification;
|
private final ASTModification illegalModification;
|
||||||
|
|
||||||
public UnhandledASTModificationException(ASTModification illegalModification) {
|
public UnhandledASTModificationException(ASTModification illegalModification) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue