Skip to content

Commit

Permalink
LDEV-4862 - change properties location
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Jan 6, 2025
1 parent 31df91c commit 062fee6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ static void createFileFromResource(String resource, Resource file) {
}
}

public static void deployIfNecessaryX() {
public static void deployIfNecessary() {
if (deployed) return;

Config config = CFMLEngineFactory.getInstance().getThreadConfig();
Expand Down

0 comments on commit 062fee6

Please sign in to comment.