AppWindow: addUserSelect protected access

This commit is contained in:
Yuriy Artamonov 2012-11-15 18:21:32 +00:00
parent aa7156ab5f
commit 2445fa6acf

View File

@ -650,7 +650,7 @@ public class AppWindow extends Window implements UserSubstitutionListener {
}
}
private void addUserSelect(HorizontalLayout parentLayout) {
protected void addUserSelect(HorizontalLayout parentLayout) {
if (webConfig.getUseLightHeader()) {
substUserSelect = new FilterSelect();