Skip to content

Commit

Permalink
update java docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticdrew committed Jul 6, 2024
1 parent 2605243 commit edf6f80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* Example plugin implementation by the example mod. To prevent classloader errors if JourneyMap isn't loaded
* (and thus the API classes aren't loaded), this class isn't referenced anywhere directly in the mod.
* <p>
* The @journeymap.client.api.ClientPlugin annotation makes this plugin class discoverable to JourneyMap,
* The @journeymap.api.v2.client.JourneyMapPlugin annotation makes this plugin class discoverable to JourneyMap,
* which will create an instance of it and then call initialize on it.
* <p>
* The
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* Example plugin implementation by the example mod. To prevent classloader errors if JourneyMap isn't loaded
* (and thus the API classes aren't loaded), this class isn't referenced anywhere directly in the mod.
* <p>
* The @journeymap.client.api.ClientPlugin annotation makes this plugin class discoverable to JourneyMap,
* The @journeymap.api.v2.client.JourneyMapPlugin annotation makes this plugin class discoverable to JourneyMap,
* which will create an instance of it and then call initialize on it.
* <p>
* The
Expand Down

0 comments on commit edf6f80

Please sign in to comment.