Makes RefreshEventData public.

fixes gh-567
This commit is contained in:
Spencer Gibb
2020-01-14 14:07:31 -05:00
parent 4925757dc3
commit 353de954df

View File

@@ -212,7 +212,7 @@ public class ConfigWatch implements ApplicationEventPublisherAware, SmartLifecyc
this.firstTime = false;
}
static class RefreshEventData {
public static class RefreshEventData {
private final String context;