Unify copyright file headers, update years to include 2011.
[jSite.git] / src / de / todesbaum / jsite / application / KeyDialog.java
index ffe70a3..5aba000 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * jSite - KeyDialog.java - Copyright © 2010 David Roden
+ * jSite - KeyDialog.java - Copyright © 2010–2011 David Roden
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -185,7 +185,6 @@ public class KeyDialog extends JDialog {
        private void createActions() {
                okAction = new AbstractAction(I18n.getMessage("jsite.general.ok")) {
 
-                       @Override
                        @SuppressWarnings("synthetic-access")
                        public void actionPerformed(ActionEvent actionEvent) {
                                actionOk();
@@ -196,7 +195,6 @@ public class KeyDialog extends JDialog {
 
                cancelAction = new AbstractAction(I18n.getMessage("jsite.general.cancel")) {
 
-                       @Override
                        @SuppressWarnings("synthetic-access")
                        public void actionPerformed(ActionEvent actionEvent) {
                                actionCancel();
@@ -207,7 +205,6 @@ public class KeyDialog extends JDialog {
 
                generateAction = new AbstractAction(I18n.getMessage("jsite.key-dialog.button.generate")) {
 
-                       @Override
                        @SuppressWarnings("synthetic-access")
                        public void actionPerformed(ActionEvent actionEvent) {
                                actionGenerate();
@@ -264,7 +261,6 @@ public class KeyDialog extends JDialog {
 
                I18nContainer.getInstance().registerRunnable(new Runnable() {
 
-                       @Override
                        public void run() {
                                keysLabel.setText(I18n.getMessage("jsite.key-dialog.label.keys"));
                                privateKeyLabel.setText(I18n.getMessage("jsite.key-dialog.label.private-key"));