Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions oauth2_http/java/com/google/auth/oauth2/AccessToken.java
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ public String getTokenValue() {
return tokenValue;
}

public void foo() { System.out.println("bar"); }
Comment thread
chingor13 marked this conversation as resolved.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
public void foo() { System.out.println("bar"); }
public void foo() {
System.out.println("bar");
}


/**
* Time when access token will expire.
*
Expand Down