From bcfc67a3a6937f032da42514363ee6b832435835 Mon Sep 17 00:00:00 2001 From: Erokhin Stanislav Date: Mon, 30 Dec 2013 21:33:01 +0400 Subject: [PATCH] Drop author annotations from import dart-ast source code --- .../src/com/google/dart/compiler/common/HasSymbol.java | 3 --- js/js.dart-ast/src/com/google/dart/compiler/common/Symbol.java | 3 --- js/js.dart-ast/src/com/google/dart/compiler/util/AstUtil.java | 3 --- 3 files changed, 9 deletions(-) diff --git a/js/js.dart-ast/src/com/google/dart/compiler/common/HasSymbol.java b/js/js.dart-ast/src/com/google/dart/compiler/common/HasSymbol.java index 0128679bed1..ef7ed712f50 100644 --- a/js/js.dart-ast/src/com/google/dart/compiler/common/HasSymbol.java +++ b/js/js.dart-ast/src/com/google/dart/compiler/common/HasSymbol.java @@ -4,9 +4,6 @@ package com.google.dart.compiler.common; -/** - * @author johnlenz@google.com (John Lenz) - */ public interface HasSymbol { /** * @return Return the original user visible name for a Object represented diff --git a/js/js.dart-ast/src/com/google/dart/compiler/common/Symbol.java b/js/js.dart-ast/src/com/google/dart/compiler/common/Symbol.java index 6e786358883..c74cb34f095 100644 --- a/js/js.dart-ast/src/com/google/dart/compiler/common/Symbol.java +++ b/js/js.dart-ast/src/com/google/dart/compiler/common/Symbol.java @@ -4,8 +4,5 @@ package com.google.dart.compiler.common; -/** - * @author johnlenz@google.com (John Lenz) - */ public interface Symbol { } diff --git a/js/js.dart-ast/src/com/google/dart/compiler/util/AstUtil.java b/js/js.dart-ast/src/com/google/dart/compiler/util/AstUtil.java index 0be554fb7af..f50c4c0e0f0 100644 --- a/js/js.dart-ast/src/com/google/dart/compiler/util/AstUtil.java +++ b/js/js.dart-ast/src/com/google/dart/compiler/util/AstUtil.java @@ -6,9 +6,6 @@ package com.google.dart.compiler.util; import com.google.dart.compiler.backend.js.ast.*; -/** - * @author johnlenz@google.com (John Lenz) - */ public final class AstUtil { private AstUtil() { }