Skip to content

Commit

Permalink
address FormatterUIBean integer number too large failure
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Marlow <smarlow@redhat.com>
  • Loading branch information
scottmarlow committed Mar 14, 2022
1 parent 1bf3cb4 commit 139a6f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
@jakarta.inject.Named("score") @jakarta.enterprise.context.SessionScoped
public class FormatterUIBean implements Serializable {

private static final long serialVersionUID = -9564143088038088087L;
private static final long serialVersionUID = -956414308038088087L;

private HtmlOutputFormat fscore;

Expand Down

0 comments on commit 139a6f4

Please sign in to comment.