From 97ca2ff95b79d265ea7b88066f21a0dd16e2c1b8 Mon Sep 17 00:00:00 2001 From: Frank Viernau Date: Mon, 18 Mar 2024 15:46:07 +0100 Subject: [PATCH] docs(model): Remove some double dot Signed-off-by: Frank Viernau --- model/src/main/kotlin/AnalyzerRun.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model/src/main/kotlin/AnalyzerRun.kt b/model/src/main/kotlin/AnalyzerRun.kt index d292bbf3f4c2d..6099be4449cbd 100644 --- a/model/src/main/kotlin/AnalyzerRun.kt +++ b/model/src/main/kotlin/AnalyzerRun.kt @@ -29,7 +29,7 @@ import org.ossreviewtoolkit.utils.ort.Environment */ data class AnalyzerRun( /** - * The [Instant] the analyzer was started.. + * The [Instant] the analyzer was started. */ val startTime: Instant,