Skip to content

Commit d7962d8

Browse files
committed
Fix checkstyle error.
1 parent 77a83b9 commit d7962d8

File tree

1 file changed

+1
-1
lines changed
  • appengine/endpoints-frameworks-v2/backend/src/main/java/com/example/echo

1 file changed

+1
-1
lines changed

appengine/endpoints-frameworks-v2/backend/src/main/java/com/example/echo/Echo.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public Message echo(Message message) {
5959
* Note that httpMethod is not required here. Without httpMethod, this will default to GET due
6060
* to the API method name. httpMethod is added here for example purposes.
6161
*/
62-
@ApiMethod(
62+
@ApiMethod(
6363
httpMethod = ApiMethod.HttpMethod.GET,
6464
authenticators = {EspAuthenticator.class},
6565
audiences = {"YOUR_OAUTH_CLIENT_ID"},

0 commit comments

Comments
 (0)