diff --git a/src/main/kotlin/com/beust/kobalt/api/IAffinity.kt b/src/main/kotlin/com/beust/kobalt/api/IAffinity.kt index 5a2e8e60..abc9b5a5 100644 --- a/src/main/kotlin/com/beust/kobalt/api/IAffinity.kt +++ b/src/main/kotlin/com/beust/kobalt/api/IAffinity.kt @@ -11,7 +11,6 @@ interface IAffinity { /** * @return an integer indicating the affinity of your actor for the given project. The actor that returns - * the highest affinity gets selectedyour affinity for running the current project. The runner with * the highest affinity gets selected. */ fun affinity(project: Project, context: KobaltContext) : Int