Skip to content

Commit

Permalink
Added missing annotation.
Browse files Browse the repository at this point in the history
  • Loading branch information
ppanopticon committed Feb 9, 2021
1 parent dc63be2 commit 648f850
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ data class Config(
val data: Path = Paths.get("./data"),

/** Path to a custom Log4j2 config file (XML). Defaults to null! */
@Serializable(with = PathSerializer::class)
val logConfig: Path? = null
)

0 comments on commit 648f850

Please sign in to comment.