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
|
@ -14,8 +14,6 @@ package org.eclipse.cdt.internal.core.dom.rewrite.changegenerator;
|
|||
import org.eclipse.cdt.internal.core.dom.rewrite.ASTModification;
|
||||
|
||||
public class UnhandledASTModificationException extends RuntimeException {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
private final ASTModification illegalModification;
|
||||
|
||||
public UnhandledASTModificationException(ASTModification illegalModification) {
|
||||
|
|
Loading…
Add table
Reference in a new issue