| Index: compiler/java/com/google/dart/compiler/InternalCompilerException.java
|
| ===================================================================
|
| --- compiler/java/com/google/dart/compiler/InternalCompilerException.java (revision 11395)
|
| +++ compiler/java/com/google/dart/compiler/InternalCompilerException.java (working copy)
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
|
| +// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| @@ -8,6 +8,7 @@
|
| * Exception thrown when the compiler encounters an unexpected internal error.
|
| */
|
| public class InternalCompilerException extends RuntimeException {
|
| + private static final long serialVersionUID = 1L;
|
|
|
| public InternalCompilerException(String message) {
|
| super(message);
|
|
|