Update javadocs and missed plugin.yml

This commit is contained in:
filoghost 2014-12-28 01:48:18 +01:00
parent f03dc8a839
commit 9a81b5af4e
2 changed files with 3 additions and 2 deletions

View File

@ -32,7 +32,8 @@ public class HologramsAPI {
* Finds all the holograms created by a given plugin.
*
* @param plugin the plugin to search for in holograms
* @return the holograms created by a plugin
* @return the holograms created by a plugin. the Collection is a copy
* and modifying it has no effect on the holograms.
*/
public static Collection<Hologram> getHolograms(Plugin plugin) {
return BackendAPI.getHolograms(plugin);

View File

@ -1,6 +1,6 @@
name: HolographicDisplays
main: com.gmail.filoghost.holographicdisplays.HolographicDisplays
version: 2.0.1
version: 2.0.2
softdepend: [Multiverse-Core, MultiWorld, My Worlds, My_Worlds, ProtocolLib]