Skip to content

Commit

Permalink
Preserve format of code in comment
Browse files Browse the repository at this point in the history
Signed-off-by: Torbjörn SVENSSON <[email protected]>
  • Loading branch information
Torbjorn-Svensson committed Oct 12, 2023
1 parent f7d3c27 commit 3f01e84
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ public TabContents(TabFolder folder, int index, final Shell shell) {

/* Removed for the time being. In future modify/show/export operations could be
* re-introduced with some special access token required to be entered by the user
* @formatter:off
Button buttonExport = new Button(buttonBar, SWT.CENTER);
buttonExport.setText(SecUIMessages.exportButton);
setButtonSize(buttonExport, minButtonWidth);
Expand All @@ -104,6 +105,7 @@ public void widgetSelected(SelectionEvent e) {
export();
}
});
* @formatter:on
*/

Button buttonDelete = new Button(buttonBar, SWT.PUSH);
Expand Down

0 comments on commit 3f01e84

Please sign in to comment.