Skip to content

Commit 39c2af5

Browse files
committed
chore: remove redundant region tags from GcsEvent POJOs
1 parent 2c245f7 commit 39c2af5

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

  • functions

functions/imagemagick/src/main/java/functions/eventpojos/GcsEvent.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818

1919
import java.util.Date;
2020

21-
// [START functions_helloworld_gcs_event]
2221
public class GcsEvent {
2322
// Cloud Functions uses GSON to populate this object.
2423
// Field types/names are specified by Cloud Functions
@@ -69,4 +68,3 @@ public void setUpdated(Date updated) {
6968
this.updated = updated;
7069
}
7170
}
72-
// [END functions_helloworld_gcs_event]

functions/ocr/ocr-process-image/src/main/java/functions/eventpojos/GcsEvent.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818

1919
import java.util.Date;
2020

21-
// [START functions_helloworld_gcs_event]
2221
public class GcsEvent {
2322
// Cloud Functions uses GSON to populate this object.
2423
// Field types/names are specified by Cloud Functions
@@ -69,4 +68,3 @@ public void setUpdated(Date updated) {
6968
this.updated = updated;
7069
}
7170
}
72-
// [END functions_helloworld_gcs_event]

0 commit comments

Comments
 (0)