Style again.

This commit is contained in:
main() 2012-11-06 17:52:29 +01:00
parent b888561d98
commit 0226ab9609

View File

@ -511,6 +511,11 @@ public class MVWorld extends SerializationConfig implements MultiverseWorld {
}
}
/**
* This initializes the {@code plugin} and {@code name} fields.
* @param plugin The plugin.
* @param name The world's name.
*/
void setPluginAndWorld(MultiverseCore plugin, String name) {
this.plugin = plugin;
this.name = name;