JS parser: removed @ from @author tag because of JetCodeConformanceTest
This commit is contained in:
@@ -78,8 +78,6 @@ import java.util.ResourceBundle;
|
||||
* Context.
|
||||
*
|
||||
* @see Scriptable
|
||||
* @author Norris Boyd
|
||||
* @author Brendan Eich
|
||||
*/
|
||||
|
||||
public class Context {
|
||||
|
||||
@@ -41,8 +41,6 @@ package com.google.gwt.dev.js.rhino;
|
||||
/**
|
||||
* This is interface defines a protocol for the reporting of
|
||||
* errors during JavaScript translation or execution.
|
||||
*
|
||||
* @author Norris Boyd
|
||||
*/
|
||||
|
||||
public interface ErrorReporter {
|
||||
|
||||
@@ -39,8 +39,6 @@ package com.google.gwt.dev.js.rhino;
|
||||
* This class allows the creation of nodes, and follows the Factory pattern.
|
||||
*
|
||||
* @see Node
|
||||
* @author Mike McCabe
|
||||
* @author Norris Boyd
|
||||
*/
|
||||
public class IRFactory {
|
||||
|
||||
|
||||
@@ -41,8 +41,6 @@ package com.google.gwt.dev.js.rhino;
|
||||
|
||||
/**
|
||||
* Java reflection of JavaScript exceptions. (Possibly wrapping a Java exception.)
|
||||
*
|
||||
* @author Mike McCabe
|
||||
*/
|
||||
public class JavaScriptException extends Exception {
|
||||
|
||||
|
||||
@@ -49,8 +49,6 @@ import java.io.IOException;
|
||||
* TokenStream class, and should not be considered general.
|
||||
*
|
||||
* Credits to Kipp Hickman and John Bandhauer.
|
||||
*
|
||||
* @author Mike McCabe
|
||||
*/
|
||||
final class LineBuffer {
|
||||
/*
|
||||
|
||||
@@ -40,9 +40,6 @@ package com.google.gwt.dev.js.rhino;
|
||||
|
||||
/**
|
||||
* This class implements the root of the intermediate representation.
|
||||
*
|
||||
* @author Norris Boyd
|
||||
* @author Mike McCabe
|
||||
*/
|
||||
|
||||
public class Node implements Cloneable {
|
||||
|
||||
@@ -46,9 +46,6 @@ import java.io.ObjectOutputStream;
|
||||
* The map does not synchronize any of its operation, so either use
|
||||
* it from a single thread or do own synchronization or perform all mutation
|
||||
* operations on one thread before passing the map to others
|
||||
*
|
||||
* @author Igor Bukanov
|
||||
*
|
||||
*/
|
||||
|
||||
public class ObjToIntMap implements Serializable {
|
||||
|
||||
@@ -46,9 +46,6 @@ import java.io.IOException;
|
||||
* package.
|
||||
*
|
||||
* @see TokenStream
|
||||
*
|
||||
* @author Mike McCabe
|
||||
* @author Brendan Eich
|
||||
*/
|
||||
|
||||
public class Parser {
|
||||
|
||||
@@ -43,8 +43,6 @@ package com.google.gwt.dev.js.rhino;
|
||||
|
||||
/**
|
||||
* This is the class that implements the runtime.
|
||||
*
|
||||
* @author Norris Boyd
|
||||
*/
|
||||
|
||||
public class ScriptRuntime {
|
||||
|
||||
@@ -46,9 +46,6 @@ import java.io.*;
|
||||
* in the jsref package.
|
||||
*
|
||||
* @see org.mozilla.javascript.Parser
|
||||
*
|
||||
* @author Mike McCabe
|
||||
* @author Brendan Eich
|
||||
*/
|
||||
|
||||
public class TokenStream {
|
||||
|
||||
@@ -46,9 +46,6 @@ import java.io.ObjectOutputStream;
|
||||
* The map does not synchronize any of its operation, so either use
|
||||
* it from a single thread or do own synchronization or perform all mutation
|
||||
* operations on one thread before passing the map to others
|
||||
*
|
||||
* @author Igor Bukanov
|
||||
*
|
||||
*/
|
||||
|
||||
class UintMap implements Serializable {
|
||||
|
||||
Reference in New Issue
Block a user