X-Git-Url: https://git.pterodactylus.net/?p=jSite2.git;a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Fjsite%2Fi18n%2Fgui%2FI18nMenu.java;h=2f54b5ffd4c988b6e2fa481c6473ab6892294fce;hp=49a25cbd134cb9dfec9e0ae034c4c808231ffc37;hb=c63257e8cc0ba1a5aca9364b22171abe7279d479;hpb=55be4a9e8373d72a9e1c25a3c8150651bb19679d diff --git a/src/net/pterodactylus/jsite/i18n/gui/I18nMenu.java b/src/net/pterodactylus/jsite/i18n/gui/I18nMenu.java index 49a25cb..2f54b5f 100644 --- a/src/net/pterodactylus/jsite/i18n/gui/I18nMenu.java +++ b/src/net/pterodactylus/jsite/i18n/gui/I18nMenu.java @@ -26,7 +26,7 @@ import net.pterodactylus.jsite.i18n.I18nable; /** * Menu that receives its properties from {@link I18n}. - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> */ public class I18nMenu extends JMenu implements I18nable { @@ -36,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 */