Fixed typo. Tests runs successfully
This commit is contained in:
parent
a96cd187a2
commit
e653081e55
|
@ -156,7 +156,7 @@ public class ContextUtility {
|
|||
try {
|
||||
current = (ODatabaseDocument) ODatabaseRecordThreadLocal.instance().get();
|
||||
}catch (Exception e) {
|
||||
// It is possible that there is non current ODatabaseDocument
|
||||
// It is possible that there is no current ODatabaseDocument
|
||||
}
|
||||
return current;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue