-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
/** | ||
* A logback turbo filter, used retrieve the YouTube OAuth2 refresh token that gets logged once authorized with YouTube. | ||
* | ||
* @author Michaili K. <[email protected]></[email protected]> | ||
* @author Michaili K. <[email protected]> | ||
*/ | ||
public class YouTubeOauth2TurboFilter extends TurboFilter { | ||
public final static org.slf4j.Logger LOGGER = LoggerFactory.getLogger(YouTubeOauth2TurboFilter.class); | ||
|