From: Jim Procter Date: Wed, 21 Mar 2018 17:12:17 +0000 (+0000) Subject: JAL-2754 fix eclipse compilation error about referencing deprecated API via @see X-Git-Tag: Release_2_10_4~37^2~1 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=6d3ef91f739a955628e4d0b4338e93a36ea1eb28;p=jalview.git JAL-2754 fix eclipse compilation error about referencing deprecated API via @see --- 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 {