Remove some unnecessary warnings.
[jSite2.git] / src / net / pterodactylus / jsite / gui / ProjectPanel.java
index b046a7c..1ade7f3 100644 (file)
@@ -61,7 +61,6 @@ import net.pterodactylus.util.logging.Logging;
 public class ProjectPanel extends JPanel implements DocumentListener, I18nable {
 
        /** Logger. */
-       @SuppressWarnings("unused")
        private static final Logger logger = Logging.getLogger(ProjectPanel.class.getName());
 
        /** The Swing interface. */
@@ -171,7 +170,6 @@ public class ProjectPanel extends JPanel implements DocumentListener, I18nable {
                        /**
                         * {@inheritDoc}
                         */
-                       @SuppressWarnings("synthetic-access")
                        public void actionPerformed(ActionEvent actionEvent) {
                                changeBasePath();
                        }