From 9e69d2db272b2ebe9317b88ce222473c4df355af Mon Sep 17 00:00:00 2001 From: Kamil Doległo Date: Wed, 15 Jan 2020 18:29:12 +0100 Subject: Fix the test framework --- core/src/main/kotlin/DokkaBootstrapImpl.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/src/main/kotlin/DokkaBootstrapImpl.kt') diff --git a/core/src/main/kotlin/DokkaBootstrapImpl.kt b/core/src/main/kotlin/DokkaBootstrapImpl.kt index d11f1623..ccd87363 100644 --- a/core/src/main/kotlin/DokkaBootstrapImpl.kt +++ b/core/src/main/kotlin/DokkaBootstrapImpl.kt @@ -47,7 +47,7 @@ class DokkaBootstrapImpl : DokkaBootstrap { } } - lateinit var generator: DokkaGenerator + private lateinit var generator: DokkaGenerator val gson = Gson() fun configure(logger: DokkaLogger, configuration: DokkaConfigurationImpl) = with(configuration) { -- cgit