diff options
author | Kamil Doległo <kamilok1965@interia.pl> | 2020-01-15 18:29:12 +0100 |
---|---|---|
committer | Paweł Marks <Kordyjan@users.noreply.github.com> | 2020-01-15 18:47:35 +0100 |
commit | 9e69d2db272b2ebe9317b88ce222473c4df355af (patch) | |
tree | 522fa6d5686fee0d298f679a1e57018f0acc6c66 /core/src/main/kotlin/DokkaBootstrapImpl.kt | |
parent | b13ff5993eb6a24adea0d17d989a594ae2e1e062 (diff) | |
download | dokka-9e69d2db272b2ebe9317b88ce222473c4df355af.tar.gz dokka-9e69d2db272b2ebe9317b88ce222473c4df355af.tar.bz2 dokka-9e69d2db272b2ebe9317b88ce222473c4df355af.zip |
Fix the test framework
Diffstat (limited to 'core/src/main/kotlin/DokkaBootstrapImpl.kt')
-rw-r--r-- | core/src/main/kotlin/DokkaBootstrapImpl.kt | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |