Skip to content

Commit

Permalink
Add a serialVersionUID.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosame committed Oct 11, 2020
1 parent 79f69a1 commit a3ff6d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/io/sf/carte/doc/style/css/awt/AWTStyleDatabase.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
*/
public class AWTStyleDatabase extends AbstractStyleDatabase {

private static final long serialVersionUID = 1L;

private GraphicsConfiguration gConfiguration = null;

/*
Expand Down

0 comments on commit a3ff6d6

Please sign in to comment.