Skip to content

Commit

Permalink
commented unused parameters
Browse files Browse the repository at this point in the history
that might be needed in subclasses when overriding the methods
  • Loading branch information
LorenzoBettini committed Nov 22, 2023
1 parent 0890ab2 commit e639450
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ public Font getFont(Object element) {
* This method will be linked at runtime, belonging to the real input type
* at runtime.
*
* @param element the element for which we return the font
* @return the font for the entire row
*/
public Font rowFont(Object element) {
Expand All @@ -197,6 +198,7 @@ public Color getForeground(Object element) {
* This method will be linked at runtime, belonging to the real input type
* at runtime.
*
* @param element the element for which we return the foreground
* @return the foreground color for the entire row
*/
public Color rowForeground(Object element) {
Expand All @@ -221,6 +223,7 @@ public Color getBackground(Object element) {
* This method will be linked at runtime, belonging to the real input type
* at runtime.
*
* @param element the element for which we return the background
* @return the background color for the entire row
*/
public Color rowBackground(Object element) {
Expand Down

0 comments on commit e639450

Please sign in to comment.