-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PiperOrigin-RevId: 480700100 Change-Id: I80a801ba331f9e1bbb148be55a523e68cef56de7
- Loading branch information
1 parent
2d78ac1
commit 930c844
Showing
7 changed files
with
0 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,6 @@ | |
import junit.framework.TestCase; | ||
|
||
/** | ||
* @author [email protected] (ludovic Champenois) | ||
*/ | ||
public class LocalCapabilityServiceTestConfigTest extends TestCase { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,6 @@ | |
|
||
|
||
/** | ||
* @author [email protected] (ludovic Champenois) | ||
*/ | ||
public class LocalDatastoreServiceTestCapabilityChangeTest extends TestCase { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 [email protected] (Max Ross) | ||
*/ | ||
public class TestingApiIntegrationTest extends TestCase { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 [email protected] (Max Ross) | ||
*/ | ||
class AccessibleApiDetector { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 [email protected] (Max Ross) | ||
*/ | ||
public class ExhaustiveApiUsageVerifier { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,6 @@ | |
import com.google.apphosting.api.AppEngineInternal; | ||
|
||
/** | ||
* @author [email protected] (Arie Ozarov) | ||
*/ | ||
@SuppressWarnings("unused") | ||
@AppEngineInternal | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,5 @@ | |
package com.google.appengine.apicompat.testclasses.p1; | ||
|
||
/** | ||
* @author [email protected] (Arie Ozarov) | ||
*/ | ||
public class PkgWithAppEngineInternal {} |