Skip to content

Commit

Permalink
Fix checkstyle error.
Browse files Browse the repository at this point in the history
  • Loading branch information
wmwong committed Aug 30, 2016
1 parent 77a83b9 commit d7962d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public Message echo(Message message) {
* Note that httpMethod is not required here. Without httpMethod, this will default to GET due
* to the API method name. httpMethod is added here for example purposes.
*/
@ApiMethod(
@ApiMethod(
httpMethod = ApiMethod.HttpMethod.GET,
authenticators = {EspAuthenticator.class},
audiences = {"YOUR_OAUTH_CLIENT_ID"},
Expand Down

0 comments on commit d7962d8

Please sign in to comment.