Skip to content

Commit a286ce4

Browse files
fix(samples): updating both json files. (#540)
* fix(samples): updating both json files. * pr fix: fixed test. * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 627cdab commit a286ce4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

retail/interactive-tutorials/src/main/java/events/setup/UpdateUserEventsJson.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
public class UpdateUserEventsJson {
3030

3131
public static void main(String[] args) throws IOException {
32-
// TODO(developer): Replace these variables before running the sample.
3332
String filePath = "src/main/resources/user_events.json";
34-
33+
String invalidFilePath = "src/main/resources/user_events_some_invalid.json";
3534
updateEventsTimestamp(filePath);
35+
updateEventsTimestamp(invalidFilePath);
3636
}
3737

3838
public static void updateEventsTimestamp(String jsonFile) throws IOException {

0 commit comments

Comments
 (0)