Skip to content

Commit 930c844

Browse files
ludochgae-java-bot
authored andcommitted
Author tags cleanup.
PiperOrigin-RevId: 480700100 Change-Id: I80a801ba331f9e1bbb148be55a523e68cef56de7
1 parent 2d78ac1 commit 930c844

7 files changed

Lines changed: 0 additions & 7 deletions

File tree

appengine_testing_tests/src/test/java/com/google/appengine/tools/development/testing/LocalCapabilityServiceTestConfigTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
import junit.framework.TestCase;
2727

2828
/**
29-
* @author ludo@google.com (ludovic Champenois)
3029
*/
3130
public class LocalCapabilityServiceTestConfigTest extends TestCase {
3231

appengine_testing_tests/src/test/java/com/google/appengine/tools/development/testing/LocalDatastoreServiceTestCapabilityChangeTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333

3434

3535
/**
36-
* @author ludo@google.com (ludovic Champenois)
3736
*/
3837
public class LocalDatastoreServiceTestCapabilityChangeTest extends TestCase {
3938

appengine_testing_tests/src/test/java/com/google/appengine/tools/development/testing/TestingApiIntegrationTest.javap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ import junit.framework.TestCase;
3333
* the unit tests in this classloader. The goal of this test is to verify that
3434
* the testing jar we package in the SDK is functioning correctly.
3535
*
36-
* @author maxr@google.com (Max Ross)
3736
*/
3837
public class TestingApiIntegrationTest extends TestCase {
3938

google3/third_party/java_src/appengine_standard/api_compatibility_tests/src/test/java/com/google/appengine/apicompat/AccessibleApiDetector.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
* that is available via inheritance. See the class-level javadoc in {@link
4444
* ExhaustiveApiUsageVerifier} for an explanation of how this is used.
4545
*
46-
* @author maxr@google.com (Max Ross)
4746
*/
4847
class AccessibleApiDetector {
4948

google3/third_party/java_src/appengine_standard/api_compatibility_tests/src/test/java/com/google/appengine/apicompat/ExhaustiveApiUsageVerifier.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
* ExhaustiveApiUsage} implementations are correct, which in turn allows us to depend on them to
3838
* alert us to any backwards incompatible api changes we might introduce.
3939
*
40-
* @author maxr@google.com (Max Ross)
4140
*/
4241
public class ExhaustiveApiUsageVerifier {
4342

google3/third_party/java_src/appengine_standard/api_compatibility_tests/src/test/java/com/google/appengine/apicompat/testclasses/PublicSubWithAppEngineInternal.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
import com.google.apphosting.api.AppEngineInternal;
2020

2121
/**
22-
* @author ozarov@google.com (Arie Ozarov)
2322
*/
2423
@SuppressWarnings("unused")
2524
@AppEngineInternal

google3/third_party/java_src/appengine_standard/api_compatibility_tests/src/test/java/com/google/appengine/apicompat/testclasses/p1/PkgWithAppEngineInternal.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,5 @@
1717
package com.google.appengine.apicompat.testclasses.p1;
1818

1919
/**
20-
* @author ozarov@google.com (Arie Ozarov)
2120
*/
2221
public class PkgWithAppEngineInternal {}

0 commit comments

Comments
 (0)