Skip to content

Commit

Permalink
Update core/src/main/kotlin/org/jetbrains/jewel/painter/PainterHint.kt
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastiano Poggi <[email protected]>
  • Loading branch information
devkanro and rock3r authored Oct 17, 2023
1 parent 9f3b8b9 commit 8b0c3d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ interface PainterPathHint : PainterHint {
fun patch(path: String, classLoaders: List<ClassLoader>): String = patch(path)

/**
* Simply method to patch the resource path.
* Replace the entire path with the given value.
*/
fun patch(path: String): String
}
Expand Down

0 comments on commit 8b0c3d2

Please sign in to comment.