Skip to content

Commit 5541602

Browse files
authored
Add import statement to make sample clearer (GoogleCloudPlatform#6606)
1 parent aefd33b commit 5541602

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

run/pubsub/src/main/java/com/example/cloudrun/PubSubController.java

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
// [START cloudrun_pubsub_handler]
2020
// [START run_pubsub_handler]
21+
import com.example.cloudrun.Body;
2122
import java.util.Base64;
2223
import org.apache.commons.lang3.StringUtils;
2324
import org.springframework.http.HttpStatus;

0 commit comments

Comments
 (0)