summaryrefslogtreecommitdiff
path: root/pdf-over-gui/src/main/java/at/asit/pdfover/gui/PlaceholderSelectionGui.java
diff options
context:
space:
mode:
authorJakob Heher <jakob.heher@iaik.tugraz.at>2022-07-06 12:52:15 +0200
committerJakob Heher <jakob.heher@iaik.tugraz.at>2022-07-06 12:52:15 +0200
commit82c045d786ef4a0728c1e89fb365afda81aef303 (patch)
treeb6396536f273986777862c88ff15124f9d8a84ee /pdf-over-gui/src/main/java/at/asit/pdfover/gui/PlaceholderSelectionGui.java
parentf4c665e207973856578c2ad75de4df39b7bca641 (diff)
downloadpdf-over-82c045d786ef4a0728c1e89fb365afda81aef303.tar.gz
pdf-over-82c045d786ef4a0728c1e89fb365afda81aef303.tar.bz2
pdf-over-82c045d786ef4a0728c1e89fb365afda81aef303.zip
remove leftover empty comments after e4767bccc7324d4b61a334bf6c0558d0080045e2
Diffstat (limited to 'pdf-over-gui/src/main/java/at/asit/pdfover/gui/PlaceholderSelectionGui.java')
-rw-r--r--pdf-over-gui/src/main/java/at/asit/pdfover/gui/PlaceholderSelectionGui.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/pdf-over-gui/src/main/java/at/asit/pdfover/gui/PlaceholderSelectionGui.java b/pdf-over-gui/src/main/java/at/asit/pdfover/gui/PlaceholderSelectionGui.java
index 87dca1c3..c00fa151 100644
--- a/pdf-over-gui/src/main/java/at/asit/pdfover/gui/PlaceholderSelectionGui.java
+++ b/pdf-over-gui/src/main/java/at/asit/pdfover/gui/PlaceholderSelectionGui.java
@@ -99,7 +99,7 @@ public class PlaceholderSelectionGui extends Dialog {
private void createContents() {
this.shlInfo = new Shell(getParent(), getStyle());
this.shlInfo.setSize(290, 195);
- this.shlInfo.setText("Info"); //
+ this.shlInfo.setText("Info");
this.shlInfo.setLayout(null);
this.placeholderNameDropDown = new Combo(this.shlInfo, SWT.NONE);
@@ -119,7 +119,7 @@ public class PlaceholderSelectionGui extends Dialog {
}
});
this.btnCancel.setBounds(175, 118, 75, 25);
- this.btnCancel.setText("Cancel"); //
+ this.btnCancel.setText("Cancel");
this.btnOk = new Button(this.shlInfo, SWT.NONE);
this.btnOk.setBounds(94, 118, 75, 25);
@@ -131,11 +131,11 @@ public class PlaceholderSelectionGui extends Dialog {
PlaceholderSelectionGui.this.shlInfo.dispose();
}
});
- this.btnOk.setText("Ok"); //
+ this.btnOk.setText("Ok");
Label lbLabel = new Label(this.shlInfo, SWT.WRAP);
lbLabel.setBounds(27, 10, 223, 41);
- lbLabel.setText(Messages.getString("positioning.placeholder")); //
+ lbLabel.setText(Messages.getString("positioning.placeholder"));
}