Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
Metamodel: use the model loader lock
Browse files Browse the repository at this point in the history
  • Loading branch information
FroMage committed Apr 10, 2014
1 parent 3ebb58c commit 6a87537
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ public void debug(String str) {
}

public static Object getLock(){
return moduleManager.getModelLoader();
return moduleManager.getModelLoader().getLock();
}

public static TypeDescriptor getTypeDescriptor(Object instance) {
Expand Down

0 comments on commit 6a87537

Please sign in to comment.