Fix javadoc errors for building with Java SE 8
This commit is contained in:
parent
11e2e1ef9b
commit
5ff36a0b36
1 changed files with 3 additions and 3 deletions
|
|
@ -56,9 +56,9 @@ import java.util.logging.Level;
|
||||||
* <p> The metrics class obtains data about a plugin and submits statistics about it to the metrics backend. </p> <p>
|
* <p> The metrics class obtains data about a plugin and submits statistics about it to the metrics backend. </p> <p>
|
||||||
* Public methods provided by this class: </p>
|
* Public methods provided by this class: </p>
|
||||||
* <code>
|
* <code>
|
||||||
* Graph createGraph(String name); <br/>
|
* Graph createGraph(String name); <br>
|
||||||
* void addCustomData(BukkitMetrics.Plotter plotter); <br/>
|
* void addCustomData(BukkitMetrics.Plotter plotter); <br>
|
||||||
* void start(); <br/>
|
* void start(); <br>
|
||||||
* </code>
|
* </code>
|
||||||
*/
|
*/
|
||||||
public class Metrics {
|
public class Metrics {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue