Skip to content

Commit 3216f2a

Browse files
committed
changed comment wording
1 parent a242795 commit 3216f2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cdn/signed-urls/src/main/java/com/google/cdn/SignedUrls.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ public class SignedUrls {
3636
/**
3737
* Creates a signed URL for a Cloud CDN endpoint with the given key
3838
* should pass in a properly formatted URL
39-
* good:
39+
* will work:
4040
* https://www.google.com/
4141
* http://www.google.com/
4242
* https://www.google.com/?foo=test&bar=test
4343
* https://www.google.com/foo
4444
*
45-
* bad:
45+
* won't work:
4646
* https://www.google.com
4747
* https://www.google.com?test
4848
* www.google.com

0 commit comments

Comments
 (0)