Chromium Code Reviews| Index: compiler/java/com/google/dart/compiler/ast/DartComment.java |
| =================================================================== |
| --- compiler/java/com/google/dart/compiler/ast/DartComment.java (revision 5933) |
| +++ compiler/java/com/google/dart/compiler/ast/DartComment.java (working copy) |
| @@ -9,6 +9,7 @@ |
| public class DartComment extends DartNode { |
| + @SuppressWarnings("unused") |
| private static final long serialVersionUID = 6066713446767517627L; |
| public static enum Style { |