You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2024/03/21 12:22:31 UTC

(camel) branch main updated: fix kotlin compile

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 65240ff4b28 fix kotlin compile
65240ff4b28 is described below

commit 65240ff4b289746dab2b77b2a3ca53d963ebfb7d
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Mar 21 13:22:19 2024 +0100

    fix kotlin compile
---
 .../main/kotlin/org/apache/camel/kotlin/model/CircuitBreakerDsl.kt    | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/dsl/camel-kotlin-api/src/main/kotlin/org/apache/camel/kotlin/model/CircuitBreakerDsl.kt b/dsl/camel-kotlin-api/src/main/kotlin/org/apache/camel/kotlin/model/CircuitBreakerDsl.kt
index 4dcccdc05c7..0b6ffb747c7 100644
--- a/dsl/camel-kotlin-api/src/main/kotlin/org/apache/camel/kotlin/model/CircuitBreakerDsl.kt
+++ b/dsl/camel-kotlin-api/src/main/kotlin/org/apache/camel/kotlin/model/CircuitBreakerDsl.kt
@@ -199,10 +199,6 @@ class Resilience4jConfigurationDsl(
         def.timeoutDuration = timeoutDuration
     }
 
-    fun timeoutCancelRunningFuture(timeoutCancelRunningFuture: Boolean) {
-        def.timeoutCancelRunningFuture(timeoutCancelRunningFuture)
-    }
-
     fun timeoutCancelRunningFuture(timeoutCancelRunningFuture: String) {
         def.timeoutCancelRunningFuture = timeoutCancelRunningFuture
     }