forked from amazingfate/loongoffice
java: add @Override annotation to overriding methods
Change-Id: I086964c6f6ce52c60c52b6dbc445d3c21d22c80a
This commit is contained in:
@ -32,6 +32,7 @@ public class EditorFrame extends JFrame
|
||||
|
||||
WindowListener m_aCloser = new WindowAdapter()
|
||||
{
|
||||
@Override
|
||||
public void windowClosing( WindowEvent e )
|
||||
{
|
||||
m_aBufImage = new BufferedImage( m_aTextArea.getWidth(), m_aTextArea.getHeight(), BufferedImage.TYPE_INT_RGB );
|
||||
|
||||
Reference in New Issue
Block a user