Correct modifier order

This commit is contained in:
Klaus Reimer 2014-03-16 19:53:17 +01:00
parent 7c63c7e787
commit 04896fcd25

View File

@ -339,7 +339,7 @@ public final class Loader
* @throws LoaderException
* When loading the native wrapper libraries failed.
*/
public synchronized static void load()
public static synchronized void load()
{
// Do nothing if already loaded (or still loading)
if (loaded)