Skip to content

Commit

Permalink
Update ExampleDatabaseExtension.java
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLuo-Redgate committed Feb 14, 2024
1 parent 197507a commit aa4f013
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public String getDescription() {
return "Community-contributed Example database support extension " + readVersion() + " by Redgate";
}

private static String readVersion() {
public static String readVersion() {
try {
return FileUtils.copyToString(
ClickHouseDatabaseExtension.class.getClassLoader().getResourceAsStream("org/flywaydb/community/database/example/version.txt"),
Expand Down

0 comments on commit aa4f013

Please sign in to comment.