Skip to content

Commit 19765e9

Browse files
committed
renamed class to be consistent with python
1 parent 9d3f853 commit 19765e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)