Skip to content

Commit

Permalink
removed extra code
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsilaghi committed Aug 30, 2024
1 parent 0d8f20c commit 5b04611
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -279,11 +279,11 @@ private void addCommentsHeader(String headerText, int column) {

private void initializeTableHeader() {
addHeaderCell("Linearization", 0);
addCheckboxHeaderCell("Is part of?", 1);
addCheckboxHeaderCell("Is grouping?",2);
addCheckboxHeaderCell("Aux.ax.child?", 3);
addWideHeaderCell("Linearization parent", 4);
addCommentsHeader("Coding notes", 5);
addCheckboxHeaderCell("Is Part Of?", 1);
addCheckboxHeaderCell("Is Grouping?",2);
addCheckboxHeaderCell("Aux.Ax.Child?", 3);
addWideHeaderCell("Linearization Path Parent", 4);
addCommentsHeader("Coding Notes", 5);
flexTable.getRowFormatter().addStyleName(0, style.getLinearizationHeader());
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ public void startPortlet(PortletUi portletUi, WebProtegeEventBus eventBus) {

portletUi.setWidget(view.asWidget());
setDisplaySelectedEntityNameAsSubtitle(true);
portletUi.setWidget(view.asWidget());
setDisplaySelectedEntityNameAsSubtitle(true);

dispatch.execute(GetPostCoordinationTableConfigurationAction.create("ICD"), result -> {
Map<String, PostCoordinationTableAxisLabel> labels = new HashMap<>();
Expand Down

0 comments on commit 5b04611

Please sign in to comment.