Skip to content

Commit 3dfee92

Browse files
author
querwurzel
committed
fix reflection issue
1 parent 690ce63 commit 3dfee92

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/org/mersenne/primenet/imports/domain

1 file changed

+1
-1
lines changed

src/main/java/org/mersenne/primenet/imports/domain/Import.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public class Import implements Serializable {
2525
private State state = State.PENDING;
2626
private String reason;
2727

28-
private Import() {}
28+
protected Import() {}
2929

3030
public Import(LocalDate date) {
3131
this.date = Objects.requireNonNull(date);

0 commit comments

Comments
 (0)