Skip to content

Commit 02e0c7e

Browse files
authored
Fix broken link in GoogleFormatter.kt
1 parent 1bb8a30 commit 02e0c7e

File tree

1 file changed

+1
-1
lines changed
  • openapi-processor-core/src/main/kotlin/io/openapiprocessor/core/writer/java

1 file changed

+1
-1
lines changed

openapi-processor-core/src/main/kotlin/io/openapiprocessor/core/writer/java/GoogleFormatter.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import com.google.googlejavaformat.java.Formatter
99
import com.google.googlejavaformat.java.JavaFormatterOptions
1010
import io.openapiprocessor.core.writer.SourceFormatter
1111

12-
private const val addExportsLink: String = "https://openapiprocessor.io/oap/home/jdk.html"
12+
private const val addExportsLink: String = "https://openapiprocessor.io/oap/jdk.html"
1313

1414
open class GoogleFormatter: SourceFormatter {
1515
protected lateinit var formatter: Formatter

0 commit comments

Comments
 (0)