Drop author annotations from import dart-ast source code
This commit is contained in:
@@ -4,9 +4,6 @@
|
|||||||
|
|
||||||
package com.google.dart.compiler.common;
|
package com.google.dart.compiler.common;
|
||||||
|
|
||||||
/**
|
|
||||||
* @author johnlenz@google.com (John Lenz)
|
|
||||||
*/
|
|
||||||
public interface HasSymbol {
|
public interface HasSymbol {
|
||||||
/**
|
/**
|
||||||
* @return Return the original user visible name for a Object represented
|
* @return Return the original user visible name for a Object represented
|
||||||
|
|||||||
@@ -4,8 +4,5 @@
|
|||||||
|
|
||||||
package com.google.dart.compiler.common;
|
package com.google.dart.compiler.common;
|
||||||
|
|
||||||
/**
|
|
||||||
* @author johnlenz@google.com (John Lenz)
|
|
||||||
*/
|
|
||||||
public interface Symbol {
|
public interface Symbol {
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,9 +6,6 @@ package com.google.dart.compiler.util;
|
|||||||
|
|
||||||
import com.google.dart.compiler.backend.js.ast.*;
|
import com.google.dart.compiler.backend.js.ast.*;
|
||||||
|
|
||||||
/**
|
|
||||||
* @author johnlenz@google.com (John Lenz)
|
|
||||||
*/
|
|
||||||
public final class AstUtil {
|
public final class AstUtil {
|
||||||
private AstUtil() {
|
private AstUtil() {
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user