Skip to content

Commit

Permalink
Removed final
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Jan 27, 2022
1 parent d021730 commit c97f125
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ public interface ICSSInterpretErrorHandler
* @param sMessage
* The message text of the error.
*/
void onCSSInterpretationWarning (@Nonnull @Nonempty final String sMessage);
void onCSSInterpretationWarning (@Nonnull @Nonempty String sMessage);

/**
* Called when an interpretation error occurs.
*
* @param sMessage
* The message text of the error.
*/
void onCSSInterpretationError (@Nonnull @Nonempty final String sMessage);
void onCSSInterpretationError (@Nonnull @Nonempty String sMessage);
}

0 comments on commit c97f125

Please sign in to comment.