Javadoc revisions

This commit is contained in:
gomeow
2013-10-12 12:04:08 -07:00
parent d451dcf48b
commit eab883a052
3 changed files with 12 additions and 7 deletions
@@ -77,6 +77,9 @@ public class PlayerVaults extends JavaPlugin {
VM = new VaultManager(this);
}
/**
* Start sending data to mcstats.
*/
private void startMetrics() {
try {
Metrics metrics = new Metrics(this);
@@ -130,7 +133,7 @@ public class PlayerVaults extends JavaPlugin {
}
/**
* Setup economy
* Setup economy.
*
* @return Whether or not economy exists.
*/