From 6b2fa2c1393ac66763944306a998aa57cebd8699 Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Sun, 29 Nov 2015 22:55:02 -0800 Subject: [PATCH] Doc fix. --- src/main/kotlin/com/beust/kobalt/api/IAffinity.kt | 1 - 1 file changed, 1 deletion(-) 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