Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
colesico committed Jan 29, 2025
1 parent 5e0f5c1 commit 5afc5d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public void generate(DictionaryElement dictionaryElement) {
MethodSpec.Builder mb = optionsGenerator.configureMethod();
CodeBlock.Builder cb = CodeBlock.builder();

String pathTemplate = dictionaryElement.getBasePath() + "{Q}" + ".properties";
String pathTemplate = "!!!"+ dictionaryElement.getBasePath() + "{Q}" + ".properties";

cb.add("$N.$N($S)", ResourceL10nOptionsPrototype.OPTIONS_PARAM,
ResourceL10nOptionsPrototype.Options.PATH_METHOD, pathTemplate
Expand Down

0 comments on commit 5afc5d5

Please sign in to comment.