Skip to content

Commit

Permalink
replaced inline classes with regular classes
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdjulian committed Jun 7, 2023
1 parent 127c06f commit 1a472c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package de.cmdjulian.kirc.image
import com.fasterxml.jackson.annotation.JsonCreator
import com.fasterxml.jackson.annotation.JsonValue

@JvmDefaultWithCompatibility
@JvmDefaultWithoutCompatibility
sealed interface Reference {
val separator: Char
fun asImagePart() = "$separator${toString()}"
Expand Down

0 comments on commit 1a472c0

Please sign in to comment.