Skip to content

Commit 510d311

Browse files
committed
renamed class to be consistent with python
1 parent 9d3f853 commit 510d311

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

endpoints/getting-started/clients/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<artifactId>exec-maven-plugin</artifactId>
5353
<version>1.2.1</version>
5454
<configuration>
55-
<mainClass>com.example.app.JwtClient</mainClass>
55+
<mainClass>com.example.app.GoogleJwtClient</mainClass>
5656
</configuration>
5757
</plugin>
5858
</plugins>

endpoints/getting-started/clients/src/main/java/com/example/app/JWTClient.java renamed to endpoints/getting-started/clients/src/main/java/com/example/app/GoogleJwtClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
/**
3939
* JWTClient shows how a client can authenticate with a Cloud Endpoints service
4040
*/
41-
public class JwtClient {
41+
public class GoogleJwtClient {
4242

4343
// [START endpoints_generate_jwt_sa]
4444
/**

0 commit comments

Comments
 (0)