| Index: compiler/java/com/google/dart/compiler/common/SourceInfo.java
|
| ===================================================================
|
| --- compiler/java/com/google/dart/compiler/common/SourceInfo.java (revision 11395)
|
| +++ compiler/java/com/google/dart/compiler/common/SourceInfo.java (working copy)
|
| @@ -30,6 +30,7 @@
|
| * within the source range of its parent, and the source ranges of sibling nodes never overlap.
|
| */
|
| public final class SourceInfo implements Serializable {
|
| + private static final long serialVersionUID = 1L;
|
|
|
| /**
|
| * The unknown {@link SourceInfo}.
|
|
|