| 1 | package com.jsql.view.swing.interaction; | |
| 2 | ||
| 3 | import com.jsql.view.swing.util.MediatorHelper; | |
| 4 | ||
| 5 | /** | |
| 6 | * Set result tab panel orientation according to locale when first | |
| 7 | * tab is inserted. | |
| 8 | */ | |
| 9 | public class CreateTabHelper { | |
| 10 | protected CreateTabHelper() { | |
| 11 |
1
1. <init> : removed call to com/jsql/view/swing/panel/split/SplitNS::initSplitOrientation → NO_COVERAGE |
MediatorHelper.frame().getSplitNS().initSplitOrientation(); |
| 12 | } | |
| 13 | } | |
Mutations | ||
| 11 |
1.1 |