Skip to content

Commit

Permalink
fix for MID-4386 Multitab: projections
Browse files Browse the repository at this point in the history
  • Loading branch information
katkav committed Sep 7, 2018
1 parent 9fdee67 commit 575aa06
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -4,7 +4,9 @@ public abstract class PrismWrapper {


private boolean showEmpty;
private boolean minimalized;

@Deprecated //used only for projections, after switching projection to table, remove it.
private boolean minimalized=true;
private boolean sorted;
private boolean showMetadata;
private boolean expanded = true;
Expand Down

0 comments on commit 575aa06

Please sign in to comment.