fixed log

This commit is contained in:
Luca Frosini 2021-02-26 18:11:35 +01:00
parent 129c4b5b54
commit 9deed7214b
1 changed files with 1 additions and 1 deletions

View File

@ -377,7 +377,7 @@ public class DatabaseEnvironment {
}
logger.trace(
"Setting Record-level Security (see https://orientdb.com/docs/last/Database-Security.html)");
"Setting Record-level Security (see http://orientdb.com/docs/3.0.x/security/Database-Security.html#record-level-security)");
OSchema oSchema = oMetadata.getSchema();
OClass oRestricted = oSchema.getClass(OSecurity.RESTRICTED_CLASSNAME);