Skip to content

Commit

Permalink
Fix paragraph tag in javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasFeldman committed Jan 24, 2015
1 parent f1d6f5c commit 0fd781c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/net/gravitydevelopment/updater/Updater.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@

/**
* Check for updates on BukkitDev for a given plugin, and download the updates if needed.
* <p/>
* <p>
* <b>VERY, VERY IMPORTANT</b>: Because there are no standards for adding auto-update toggles in your plugin's config, this system provides NO CHECK WITH YOUR CONFIG to make sure the user has allowed auto-updating.
* <br>
* It is a <b>BUKKIT POLICY</b> that you include a boolean value in your config that prevents the auto-updater from running <b>AT ALL</b>.
* <br>
* If you fail to include this option in your config, your plugin will be <b>REJECTED</b> when you attempt to submit it to dev.bukkit.org.
* <p/>
* </p>
* An example of a good configuration option would be something similar to 'auto-update: true' - if this value is set to false you may NOT run the auto-updater.
* <br>
* If you are unsure about these rules, please read the plugin submission guidelines: http://goo.gl/8iU5l
Expand Down

0 comments on commit 0fd781c

Please sign in to comment.