Skip to content

Commit

Permalink
fixed errors reported by Error Prone in commit 261d2b1
Browse files Browse the repository at this point in the history
  • Loading branch information
DevCharly committed May 30, 2024
1 parent 969d264 commit 13fbaf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ protected BasicButtonListener createButtonListener( AbstractButton b ) {
//---- class FlatJideButtonListener ---------------------------------------

/** @since 3.5 */
protected class FlatJideButtonListener
protected static class FlatJideButtonListener
extends BasicJideButtonListener
{
protected FlatJideButtonListener( AbstractButton b ) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ private void paintUnderline( Graphics g, Rectangle rect ) {
//---- class FlatHyperlinkListener ----------------------------------------

/** @since 3.5 */
protected class FlatHyperlinkListener
protected static class FlatHyperlinkListener
extends BasicHyperlinkListener
{
protected FlatHyperlinkListener( AbstractButton b ) {
Expand Down

0 comments on commit 13fbaf1

Please sign in to comment.