Remove erroneous addition of language-awareness to request OntModels that failed to respect the specified language option.
This commit is contained in:
parent
e7993668b6
commit
20507a75fb
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ public class RequestModelAccessImpl implements RequestModelAccess {
|
|||
|
||||
@Override
|
||||
public OntModel getOntModel(String name, LanguageOption... options) {
|
||||
return addLanguageAwareness(getOntModel(new OntModelKey(name, options)));
|
||||
return getOntModel(new OntModelKey(name, options));
|
||||
}
|
||||
|
||||
private OntModel getOntModel(OntModelKey key) {
|
||||
|
|
Loading…
Add table
Reference in a new issue