Fixed typo. Tests runs successfully

This commit is contained in:
Luca Frosini 2021-02-16 13:52:23 +01:00
parent a96cd187a2
commit e653081e55
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}