Skip to content

Commit

Permalink
Author tags cleanup.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 480700100
Change-Id: I80a801ba331f9e1bbb148be55a523e68cef56de7
  • Loading branch information
ludoch authored and gae-java-bot committed Oct 12, 2022
1 parent 2d78ac1 commit 930c844
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
import junit.framework.TestCase;

/**
* @author ludo@google.com (ludovic Champenois)
*/
public class LocalCapabilityServiceTestConfigTest extends TestCase {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@


/**
* @author ludo@google.com (ludovic Champenois)
*/
public class LocalDatastoreServiceTestCapabilityChangeTest extends TestCase {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ import junit.framework.TestCase;
* the unit tests in this classloader. The goal of this test is to verify that
* the testing jar we package in the SDK is functioning correctly.
*
* @author maxr@google.com (Max Ross)
*/
public class TestingApiIntegrationTest extends TestCase {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
* that is available via inheritance. See the class-level javadoc in {@link
* ExhaustiveApiUsageVerifier} for an explanation of how this is used.
*
* @author maxr@google.com (Max Ross)
*/
class AccessibleApiDetector {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
* ExhaustiveApiUsage} implementations are correct, which in turn allows us to depend on them to
* alert us to any backwards incompatible api changes we might introduce.
*
* @author maxr@google.com (Max Ross)
*/
public class ExhaustiveApiUsageVerifier {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
import com.google.apphosting.api.AppEngineInternal;

/**
* @author ozarov@google.com (Arie Ozarov)
*/
@SuppressWarnings("unused")
@AppEngineInternal
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@
package com.google.appengine.apicompat.testclasses.p1;

/**
* @author ozarov@google.com (Arie Ozarov)
*/
public class PkgWithAppEngineInternal {}

0 comments on commit 930c844

Please sign in to comment.