From 9265eb20fba710c4ee4d0483e9aad759a201647a Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Thu, 21 Jul 2016 19:56:29 -0700 Subject: [PATCH] Comment. --- .../com/beust/kobalt/api/ILocalMavenRepoPathInterceptor.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/api/ILocalMavenRepoPathInterceptor.kt b/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/api/ILocalMavenRepoPathInterceptor.kt index 77896a68..1993f130 100644 --- a/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/api/ILocalMavenRepoPathInterceptor.kt +++ b/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/api/ILocalMavenRepoPathInterceptor.kt @@ -1,7 +1,7 @@ package com.beust.kobalt.api /** - * Plug-ins that want to + * Plug-ins that want to override the local maven repo path. */ interface ILocalMavenRepoPathInterceptor : IInterceptor { fun repoPath(currentPath: String) : String