Skip to content

Commit

Permalink
Merge pull request #157 from el95149/master
Browse files Browse the repository at this point in the history
Fixed: ZK label files not refreshing on change.
  • Loading branch information
skybber authored Nov 8, 2016
2 parents e47314c + 73fa550 commit bef5461
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 bef5461

Please sign in to comment.