1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2011-12-28 17:16:05 -08:00
parent f744f34410
commit cfc0eec3f1

View file

@ -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) {