remove Id keyword
[jSite2.git] / src / net / pterodactylus / jsite / i18n / gui / I18nAction.java
index 07860fe..8904368 100644 (file)
@@ -1,3 +1,4 @@
+
 package net.pterodactylus.jsite.i18n.gui;
 
 import javax.swing.AbstractAction;
@@ -11,7 +12,6 @@ import net.pterodactylus.jsite.i18n.I18nable;
  * Helper class that initializes actions with values from {@link I18n}.
  * 
  * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
- * @version $Id$
  */
 public abstract class I18nAction extends AbstractAction implements I18nable {