X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Fjsite%2Fgui%2FFixedJMenuItem.java;h=c7a7b03c1364673631805b11896f5c1fc504bcf5;hb=c63257e8cc0ba1a5aca9364b22171abe7279d479;hp=f38097b08b88402ecdb07bb38f2d49b8dd308b52;hpb=b2dfa2aa2e736a822695e63c1712771c85d5d834;p=jSite2.git diff --git a/src/net/pterodactylus/jsite/gui/FixedJMenuItem.java b/src/net/pterodactylus/jsite/gui/FixedJMenuItem.java index f38097b..c7a7b03 100644 --- a/src/net/pterodactylus/jsite/gui/FixedJMenuItem.java +++ b/src/net/pterodactylus/jsite/gui/FixedJMenuItem.java @@ -32,15 +32,14 @@ import javax.swing.KeyStroke; * upen is changed this change is not picked up (see bug * #4304129). - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> - * @version $Id$ */ public class FixedJMenuItem extends JMenuItem { /** * Creates a new fixed menu item. - * + * * @param action * The action of the menu item */