Skip to content

Commit

Permalink
Make createMainView protected instead of public
Browse files Browse the repository at this point in the history
  • Loading branch information
sprevilla committed Oct 12, 2020
1 parent e372198 commit 8d36e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/qi-core/src/main/java/org/jpos/qi/QI.java
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ private Visitor getVisitor(DB db) {
return v;
}

public void createMainView() {
protected void createMainView() {
setNavigator(new QINavigator(this, qiLayout.getContentLayout()));
if (qiLayout.getHeaderLayout() != null) {
header = new Header(this);
Expand Down

0 comments on commit 8d36e1e

Please sign in to comment.