Skip to content

Commit 78de6d3

Browse files
authored
Move region tag to clarify that static methods are called from the same class. (#9599)
1 parent 29784f1 commit 78de6d3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

+2-4
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,10 @@
2727
import javax.crypto.Mac;
2828
import javax.crypto.spec.SecretKeySpec;
2929

30-
/**
31-
* Samples to create a signed URL for a Cloud CDN endpoint
32-
*/
30+
// [START cloudcdn_sign_url]
31+
/** Samples to create a signed URL for a Cloud CDN endpoint */
3332
public class SignedUrls {
3433

35-
// [START cloudcdn_sign_url]
3634
/**
3735
* Creates a signed URL for a Cloud CDN endpoint with the given key
3836
* URL must start with http:// or https://, and must contain a forward

0 commit comments

Comments
 (0)