From 6d3ef91f739a955628e4d0b4338e93a36ea1eb28 Mon Sep 17 00:00:00 2001 From: Jim Procter Date: Wed, 21 Mar 2018 17:12:17 +0000 Subject: [PATCH] JAL-2754 fix eclipse compilation error about referencing deprecated API via @see --- src/jalview/gui/AquaInternalFrameManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jalview/gui/AquaInternalFrameManager.java b/src/jalview/gui/AquaInternalFrameManager.java index ea809eb..956c119 100644 --- a/src/jalview/gui/AquaInternalFrameManager.java +++ b/src/jalview/gui/AquaInternalFrameManager.java @@ -60,7 +60,7 @@ import javax.swing.JInternalFrame; * around to the bottom of the window stack (as the original implementation * does) * - * @see com.sun.java.swing.plaf.windows.WindowsDesktopManager + * see com.sun.java.swing.plaf.windows.WindowsDesktopManager */ public class AquaInternalFrameManager extends DefaultDesktopManager { -- 1.7.10.2