Allow access to getBase from the same package
authorJaroslav Tulach <jaroslav.tulach@xelfi.cz>
Tue, 17 Jan 2017 21:09:05 +0100
changeset 7e25795e78b78
parent 6 947ce1156833
child 8 09cacfcd32fd
Allow access to getBase from the same package
src/main/java/xelfi/top/TopDialog.java
     1.1 --- a/src/main/java/xelfi/top/TopDialog.java	Tue Jan 17 21:08:47 2017 +0100
     1.2 +++ b/src/main/java/xelfi/top/TopDialog.java	Tue Jan 17 21:09:05 2017 +0100
     1.3 @@ -105,7 +105,7 @@
     1.4      base.removeFocusedItem(itemId);
     1.5    }
     1.6  
     1.7 -  TopWindowBase getBase()
     1.8 +  protected TopWindowBase getBase()
     1.9    {
    1.10      return base;
    1.11    }