X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Fjsite%2Fi18n%2Fgui%2FI18nAction.java;h=502ba69b19ab5c897194ef47da06c8694970c43b;hb=a75c596cfcbb46de853452efc23e83bf239212f1;hp=07860fe2487885fd0bd570386c401628bb29d548;hpb=2d12592a298c0f2d1b64635d51ad1c5453fc4532;p=jSite2.git diff --git a/src/net/pterodactylus/jsite/i18n/gui/I18nAction.java b/src/net/pterodactylus/jsite/i18n/gui/I18nAction.java index 07860fe..502ba69 100644 --- a/src/net/pterodactylus/jsite/i18n/gui/I18nAction.java +++ b/src/net/pterodactylus/jsite/i18n/gui/I18nAction.java @@ -1,3 +1,4 @@ + package net.pterodactylus.jsite.i18n.gui; import javax.swing.AbstractAction; @@ -9,9 +10,8 @@ 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 { @@ -21,7 +21,7 @@ public abstract class I18nAction extends AbstractAction implements I18nable { /** * Creates a new action that uses the given name as base name to get values * from {@link I18n}. - * + * * @param i18nName * The base name of the action */ @@ -32,7 +32,7 @@ public abstract class I18nAction extends AbstractAction implements I18nable { /** * Creates a new action that uses the given name as base name to get values * from {@link I18n} and the given icon. - * + * * @param i18nName * The base name of the action * @param icon @@ -45,7 +45,7 @@ public abstract class I18nAction extends AbstractAction implements I18nable { /** * Creates a new action that uses the given name as base name to get values * from {@link I18n}. - * + * * @param i18nName * The base name of the action * @param enabled @@ -58,7 +58,7 @@ public abstract class I18nAction extends AbstractAction implements I18nable { /** * Creates a new action that uses the given name as base name to get values * from {@link I18n} and the given icon. - * + * * @param i18nName * The base name of the action * @param enabled