removed tab

This commit is contained in:
Georgy Litvinov 2023-03-03 17:39:33 +01:00 committed by GitHub
parent 67c0421bea
commit b9e4e792d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -188,7 +188,7 @@ public class ContextModelAccessImpl implements ContextModelAccess {
@Override
public OntModel getOntModel(String name) {
OntModel ontModel = ontModelCache.getOntModel(name);
log.debug("getOntModel: " + name);
log.debug("getOntModel: " + name);
return ontModel;
}