Skip to content

Commit

Permalink
Jiri's suggestion for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
ge0ffrey committed Jul 11, 2019
1 parent 5e8ccd8 commit c1c3779
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

import java.util.Date;

public class TestGenDateValueProvider extends TestGenAbstractValueProvider<Date> {
class TestGenDateValueProvider extends TestGenAbstractValueProvider<Date> {

public TestGenDateValueProvider(Date value) {
super(value);
Expand Down

0 comments on commit c1c3779

Please sign in to comment.