JAL-2754 fix eclipse compilation error about referencing deprecated API via @see
authorJim Procter <jprocter@issues.jalview.org>
Wed, 21 Mar 2018 17:12:17 +0000 (17:12 +0000)
committerJim Procter <jprocter@issues.jalview.org>
Wed, 21 Mar 2018 17:12:33 +0000 (17:12 +0000)
src/jalview/gui/AquaInternalFrameManager.java

index ea809eb..956c119 100644 (file)
@@ -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
 {