Wrong package in tutorial code
McPringle opened this issue · 0 comments
McPringle commented
Chapter: Writing your first Kotlin controller
Code of class: src/main/kotlin/blog/HtmlController.kt
In the example code of the HtmlController
class in the tutorial the package blog.web
was used. All other files/classes use the package blog
. In the GitHub repository, the package blog
was used in the HtmlController
class, too, which seems to be correct.
Suggestion: Remove web
from the package statement in the example code for the HtmlController
in the tutorial.