Skip to content

Commit

Permalink
Fixed: ZK label files not refreshing on change.
Browse files Browse the repository at this point in the history
  • Loading branch information
el95149 committed Nov 8, 2016
1 parent e47314c commit 73fa550
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ private static void defaultLibraryPropertyFalse(CtMethod m, String setPropertyFa
m.insertAfter("if (_props.get(key) == null && \"" + setPropertyFalse + "\".equals(key)) return \"false\";");
}

@OnResourceFileEvent(path = "/", filter = ".*.properites")
@OnResourceFileEvent(path = "/", filter = ".*.properties")
public void refreshProperties() {
// unable to tell if properties are ZK labels or not for custom label locator.
// however Label refresh is very cheep, do it for any properties.
Expand Down

0 comments on commit 73fa550

Please sign in to comment.