Skip to content

Commit 4b13080

Browse files
concavelenzcopybara-github
authored andcommitted
Remove @author tags. @author tags have not been used consistency so don't appropriately give "credit" to the appropriate folks. Additionally, it complicates the scrubbing.
PiperOrigin-RevId: 323052699
1 parent 1bfb3ed commit 4b13080

File tree

69 files changed

+0
-74
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+0
-74
lines changed

test/com/google/javascript/jscomp/CheckDebuggerStatementTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
/**
2424
* {@link CheckDebuggerStatementTest} is a unit test for {@link CheckDebuggerStatement}.
2525
*
26-
* @author [email protected] (Michael Bolin)
2726
*/
2827
@RunWith(JUnit4.class)
2928
public final class CheckDebuggerStatementTest extends CompilerTestCase {

test/com/google/javascript/jscomp/CheckGlobalNamesTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
/**
3131
* Tests for {@code CheckGlobalNames.java}.
3232
*
33-
* @author [email protected] (Nick Santos)
3433
*/
3534
@RunWith(JUnit4.class)
3635
public final class CheckGlobalNamesTest extends CompilerTestCase {

test/com/google/javascript/jscomp/CheckJsDocTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@
3838

3939
/**
4040
* Tests for {@link CheckJSDoc}.
41-
*
42-
* @author [email protected] (Chad Killingsworth)
4341
*/
4442
@RunWith(JUnit4.class)
4543
public final class CheckJsDocTest extends CompilerTestCase {

test/com/google/javascript/jscomp/ClosureCodeRemovalTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
/**
2424
* Tests for {@link ClosureCodeRemoval}
2525
*
26-
* @author [email protected] (Robby Walker)
2726
*/
2827
@RunWith(JUnit4.class)
2928
public final class ClosureCodeRemovalTest extends CompilerTestCase {

test/com/google/javascript/jscomp/ClosureOptimizePrimitivesTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
/**
3030
* Tests for {@link ClosureOptimizePrimitives}.
3131
*
32-
* @author [email protected] (Andrew Grieve)
3332
*/
3433
@RunWith(JUnit4.class)
3534
public final class ClosureOptimizePrimitivesTest extends CompilerTestCase {

test/com/google/javascript/jscomp/ClosureRewriteClassTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
/**
3737
* Unit tests for ClosureRewriteGoogClass
3838
*
39-
* @author [email protected] (John Lenz)
4039
*/
4140
@RunWith(JUnit4.class)
4241
public final class ClosureRewriteClassTest extends CompilerTestCase {

test/com/google/javascript/jscomp/ClosureRewriteModuleTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@
4141
/**
4242
* Unit tests for ClosureRewriteModule
4343
*
44-
* @author [email protected] (John Lenz)
45-
* @author [email protected] (John Stalcup)
4644
*/
4745
@RunWith(JUnit4.class)
4846
public final class ClosureRewriteModuleTest extends CompilerTestCase {

test/com/google/javascript/jscomp/CommandLineRunnerTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@
6464

6565
/**
6666
* Tests for {@link CommandLineRunner}.
67-
*
68-
* @author [email protected] (Nick Santos)
6967
*/
7068
@RunWith(JUnit4.class)
7169
public final class CommandLineRunnerTest {

test/com/google/javascript/jscomp/CompilerOptionsTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
/**
3636
* Tests for {@link CompilerOptions}.
3737
*
38-
* @author [email protected] (Nick Santos)
3938
*/
4039
@RunWith(JUnit4.class)
4140
public final class CompilerOptionsTest {

test/com/google/javascript/jscomp/CompilerTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
import org.junit.runner.RunWith;
6161
import org.junit.runners.JUnit4;
6262

63-
/** @author [email protected] (John Lenz) */
6463
@RunWith(JUnit4.class)
6564
public final class CompilerTest {
6665

0 commit comments

Comments
 (0)