We don't need to manually finalize things here.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@2718 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -621,13 +621,6 @@ public class TGraphics2D extends Graphics2D
|
|||||||
_primary.dispose();
|
_primary.dispose();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public void finalize ()
|
|
||||||
{
|
|
||||||
_copy.finalize();
|
|
||||||
_primary.finalize();
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String toString ()
|
public String toString ()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user