Fix Javadoc and kotlinc warnings (#1490)

This commit is contained in:
odenix
2026-04-03 14:32:34 -07:00
committed by GitHub
parent bc503d4d60
commit 58033598c7
3 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2024-2025 Apple Inc. and the Pkl project authors. All rights reserved.
* Copyright © 2024-2026 Apple Inc. and the Pkl project authors. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -35,7 +35,7 @@ internal abstract class PageGenerator<out S>(
consoleOut: OutputStream,
) : AbstractGenerator(consoleOut) where S : PageScope {
companion object {
private val json = Json {}
private val json = Json
}
private val markdownInlineParserFactory = MarkdownParserFactory(pageScope)