Skip to content

Commit

Permalink
Update src/main/java/com/conveyal/gtfs/loader/JdbcTableWriter.java
Browse files Browse the repository at this point in the history
Co-authored-by: Binh Dam <56846598+binh-dam-ibigroup@users.noreply.github.com>
  • Loading branch information
br648 and binh-dam-ibigroup authored Aug 20, 2024
1 parent 37b613b commit 074afd1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ public String update(Integer id, String json, boolean autoCommit) throws SQLExce
jsonObject,
"trips",
"pattern_id",
new String[]{"direction_id", "shape_id"}
new String[] {"direction_id", "shape_id"}
);
break;
default:
Expand Down

0 comments on commit 074afd1

Please sign in to comment.