Skip to content

Commit

Permalink
Fixing Checkstyle errors, blargh
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbylight committed Dec 24, 2019
1 parent ecf5f8b commit 6da793e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*
* This example uses RSyntaxTextArea 3.0.5.
*/
public class FindAndReplaceDemo extends JFrame implements ActionListener {
public final class FindAndReplaceDemo extends JFrame implements ActionListener {

private static final long serialVersionUID = 1L;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @author Robert Futrell
* @version 1.0
*/
public class RSyntaxTextAreaDemoApp extends JFrame {
public final class RSyntaxTextAreaDemoApp extends JFrame {


private RSyntaxTextAreaDemoApp() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* Project Home: http://fifesoft.com/rsyntaxtextarea<br>
* Downloads: https://sourceforge.net/projects/rsyntaxtextarea
*/
public class SyntaxSchemeDemo extends JFrame implements ActionListener {
public final class SyntaxSchemeDemo extends JFrame implements ActionListener {

private static final long serialVersionUID = 1L;

Expand Down

0 comments on commit 6da793e

Please sign in to comment.