Skip to content

Commit

Permalink
8242892: SpinnerValueFactory has an implicit no-arg constructor
Browse files Browse the repository at this point in the history
Reviewed-by: kcr
  • Loading branch information
aghaisas committed Jun 12, 2020
1 parent afa805f commit b2b46eb
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@
*/
public abstract class SpinnerValueFactory<T> {

/**
* Creates a default SpinnerValueFactory.
*/
public SpinnerValueFactory() {}

/***************************************************************************
* *
* Private fields *
Expand Down

0 comments on commit b2b46eb

Please sign in to comment.