Drop author annotations from import dart-ast source code

This commit is contained in:
Erokhin Stanislav
2013-12-30 21:33:01 +04:00
parent 93982265a6
commit bcfc67a3a6
3 changed files with 0 additions and 9 deletions
@@ -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
@@ -4,8 +4,5 @@
package com.google.dart.compiler.common;
/**
* @author johnlenz@google.com (John Lenz)
*/
public interface Symbol {
}
@@ -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() {
}