Skip to content

Commit

Permalink
Merge pull request #6 from kz2wd/Kotlin-Doc-Open-Class
Browse files Browse the repository at this point in the history
Added open keyword for Kotlin version of DemoPlugin
  • Loading branch information
thelooter authored Dec 20, 2024
2 parents 6aadfdc + 191e4be commit 30f5487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/user_guide/introduction/first_test.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ package org.mockbukkit.docsdemo

import org.bukkit.plugin.java.JavaPlugin

class DemoPlugin: JavaPlugin() {
open class DemoPlugin: JavaPlugin() {

override fun onEnable() {
logger.info("${this.name} enabled")
Expand Down

0 comments on commit 30f5487

Please sign in to comment.