Skip to content

Commit

Permalink
JBR-5039 Remove final modifier from SunGraphics2D (#188)
Browse files Browse the repository at this point in the history
Co-authored-by: Sviatoslav Vlasov <sviatoslav.vlasov@jetbrains.com>
  • Loading branch information
2 people authored and alexey.ushakov@jetbrains.com committed Nov 29, 2022
1 parent cd0860a commit c0fa35d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
*
* @author Jim Graham
*/
public final class SunGraphics2D
public class SunGraphics2D
extends Graphics2D
implements ConstrainableGraphics, Cloneable, DestSurfaceProvider
{
Expand Down

0 comments on commit c0fa35d

Please sign in to comment.