Chromium Code Reviews| Index: compiler/java/com/google/dart/compiler/ast/DartUnit.java |
| =================================================================== |
| --- compiler/java/com/google/dart/compiler/ast/DartUnit.java (revision 5933) |
| +++ compiler/java/com/google/dart/compiler/ast/DartUnit.java (working copy) |
| @@ -15,6 +15,7 @@ |
| */ |
| public class DartUnit extends DartNode { |
| + @SuppressWarnings("unused") |
| private static final long serialVersionUID = -3407637869012712127L; |
| private LibraryUnit library; |