X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Fjsite%2Fi18n%2Fgui%2FI18nMenu.java;h=2f54b5ffd4c988b6e2fa481c6473ab6892294fce;hb=c63257e8cc0ba1a5aca9364b22171abe7279d479;hp=e94a27a20dfea7f8e05ee496510f6d8bb601c242;hpb=2d12592a298c0f2d1b64635d51ad1c5453fc4532;p=jSite2.git diff --git a/src/net/pterodactylus/jsite/i18n/gui/I18nMenu.java b/src/net/pterodactylus/jsite/i18n/gui/I18nMenu.java index e94a27a..2f54b5f 100644 --- a/src/net/pterodactylus/jsite/i18n/gui/I18nMenu.java +++ b/src/net/pterodactylus/jsite/i18n/gui/I18nMenu.java @@ -26,9 +26,8 @@ import net.pterodactylus.jsite.i18n.I18nable; /** * Menu that receives its properties from {@link I18n}. - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> - * @version $Id$ */ public class I18nMenu extends JMenu implements I18nable { @@ -37,7 +36,7 @@ public class I18nMenu extends JMenu implements I18nable { /** * Creates a new menu with the given {@link I18n} basename. - * + * * @param i18nBasename * The basename of the {@link I18n} properties */