Skip to content

Commit ebc6a2d

Browse files
committed
code cleanup from linter
1 parent 469c480 commit ebc6a2d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

auth/src/main/java/com/google/cloud/auth/samples/AuthExample.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@
3131
import java.io.FileInputStream;
3232
import java.io.IOException;
3333

34-
/** Demonstrate various ways to authenticate requests using Cloud Storage/Language as an example call. */
34+
/** Demonstrate various ways to authenticate requests using Cloud Storage/Language APIs as
35+
* examples.
36+
*/
3537
public class AuthExample {
3638
// [START auth_cloud_implicit]
3739
static void authImplicit() {

0 commit comments

Comments
 (0)