Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
refactor(dsl): PropertyPath is an implementation detail
Browse files Browse the repository at this point in the history
  • Loading branch information
CLOVIS-AI committed Jul 18, 2024
1 parent 116d10a commit 9a7ff2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dsl/src/main/kotlin/path/PropertyPath.kt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import kotlin.reflect.*
*/
@LowLevelApi
@Suppress("NO_REFLECTION_IN_CLASS_PATH") // None of the functions are called by our code. The caller is responsible for fixing this.
class PropertyPath<RootParent, Value>(
private class PropertyPath<RootParent, Value>(
/**
* The path of this property.
*
Expand Down

0 comments on commit 9a7ff2e

Please sign in to comment.