Correct modifier order
This commit is contained in:
parent
7c63c7e787
commit
04896fcd25
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user