remove Id keyword
[jSite2.git] / src / net / pterodactylus / jsite / gui / ConfigurationDialog.java
index 5df9f8e..a8d212c 100644 (file)
@@ -40,7 +40,6 @@ import net.pterodactylus.util.swing.SwingUtils;
  * The configuration dialog.
  * 
  * @author <a href="mailto:dr@ina-germany.de">David Roden</a>
- * @version $Id$
  */
 public class ConfigurationDialog extends JDialog implements I18nable {
 
@@ -505,7 +504,6 @@ public class ConfigurationDialog extends JDialog implements I18nable {
         * Wrapper around class name and name of a {@link LookAndFeel}.
         * 
         * @author David ‘Bombe’ Roden &lt;bombe@freenetproject.org&gt;
-        * @version $Id$
         */
        private static class LookAndFeelWrapper {