Skip to content

Commit 442d6b0

Browse files
committed
Fix typo.
1 parent 6868280 commit 442d6b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

atplug-runtime/src/main/java/com/diffplug/atplug/PlugRegistry.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ interface PlugRegistry {
8080
try {
8181
if (servicePath.isNotEmpty()) {
8282
val asString = manifestUrl.toExternalForm()
83-
val component = parseComponent(asString, servicePath, useCaches)
83+
val component = parseComponent(asString, servicePath, allowCaching)
8484
synchronized(this) {
8585
data.putDescriptor(component.provides, component)
8686
owners[component.provides]?.doRegister(component)

0 commit comments

Comments
 (0)