Reformat.

This commit is contained in:
drtshock
2015-04-27 12:03:11 -05:00
parent d690786803
commit f97ba1e694
12 changed files with 73 additions and 55 deletions
@@ -237,9 +237,9 @@ public class PlayerVaults extends JavaPlugin {
/**
* Set an object in the config.yml
*
* @param path The path in the config.
* @param path The path in the config.
* @param object What to be saved.
* @param conf Where to save the object.
* @param conf Where to save the object.
*/
public <T> void setInConfig(String path, T object, YamlConfiguration conf) {
conf.set(path, object);