diff --git a/functions/imagemagick/src/main/java/functions/eventpojos/GcsEvent.java b/functions/imagemagick/src/main/java/functions/eventpojos/GcsEvent.java index cba9d584246..537a7d23ba3 100644 --- a/functions/imagemagick/src/main/java/functions/eventpojos/GcsEvent.java +++ b/functions/imagemagick/src/main/java/functions/eventpojos/GcsEvent.java @@ -18,7 +18,6 @@ import java.util.Date; -// [START functions_helloworld_gcs_event] public class GcsEvent { // Cloud Functions uses GSON to populate this object. // Field types/names are specified by Cloud Functions @@ -69,4 +68,3 @@ public void setUpdated(Date updated) { this.updated = updated; } } -// [END functions_helloworld_gcs_event] diff --git a/functions/ocr/ocr-process-image/src/main/java/functions/eventpojos/GcsEvent.java b/functions/ocr/ocr-process-image/src/main/java/functions/eventpojos/GcsEvent.java index cba9d584246..537a7d23ba3 100644 --- a/functions/ocr/ocr-process-image/src/main/java/functions/eventpojos/GcsEvent.java +++ b/functions/ocr/ocr-process-image/src/main/java/functions/eventpojos/GcsEvent.java @@ -18,7 +18,6 @@ import java.util.Date; -// [START functions_helloworld_gcs_event] public class GcsEvent { // Cloud Functions uses GSON to populate this object. // Field types/names are specified by Cloud Functions @@ -69,4 +68,3 @@ public void setUpdated(Date updated) { this.updated = updated; } } -// [END functions_helloworld_gcs_event]