File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed
jvm/selfie-lib/src/commonMain/kotlin/com/diffplug/selfie Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -94,14 +94,5 @@ object Selfie {
94
94
* control whether the VCR is writing or reading. If the caller lives in a package called
95
95
* `selfie.*` it will keep looking up the stack trace until a caller is not inside `selfie.*`.
96
96
*/
97
- @JvmStatic
98
- @ExperimentalSelfieVcr
99
- fun vcrTestLocator (sub : String = "") = VcrSelfie .TestLocator (sub, deferredDiskStorage)
97
+ @JvmStatic fun vcrTestLocator (sub : String = "") = VcrSelfie .TestLocator (sub, deferredDiskStorage)
100
98
}
101
-
102
- @RequiresOptIn(
103
- level = RequiresOptIn .Level .WARNING ,
104
- message = " This API is in beta and may change in the future." )
105
- @Retention(AnnotationRetention .BINARY )
106
- @Target(AnnotationTarget .CLASS , AnnotationTarget .FUNCTION , AnnotationTarget .PROPERTY )
107
- annotation class ExperimentalSelfieVcr
You can’t perform that action at this time.
0 commit comments