Skip to content

Commit

Permalink
fix previous refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
rwst committed Nov 25, 2023
1 parent cf5514a commit 5d85f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/org/reactome/lit_ball/common/Paper.kt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Paper(
val details: S2Service.PaperDetails = S2Service.PaperDetails(),
var tag: Tag = Tag.Rejected,
var flags: MutableSet<String> = mutableSetOf(),
var doi: String?,
var doi: String? = null,
) {

override fun toString(): String {
Expand Down

0 comments on commit 5d85f4e

Please sign in to comment.