Skip to content

Commit e6b5745

Browse files
committed
refactor: remove region tag unused on GcsEvent POJO
1 parent 39c2af5 commit e6b5745

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • functions/helloworld/hello-gcs/src/main/java/functions/eventpojos

functions/helloworld/hello-gcs/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)