riking 5c6cd57a4d Use a MutableBoolean to synchronize on instead of a Boolean
The code synchronizes on a boxed primitive constant, such as an Boolean.

Since there normally exist only two Boolean objects, this code could be synchronizing on the same object as other, unrelated code, leading to unresponsiveness and possible deadlock.

This commit uses the MutableBoolean class from commons-lang, which is included in bukkit.jar.
2013-08-30 18:40:48 -07:00
2012-11-11 14:47:41 +01:00
2013-01-15 07:58:51 +01:00
2013-08-29 09:30:42 +02:00
Description
This bukkit plugin contains components for developing other bukkit plugins.
Readme 11 MiB
Languages
Java 100%