diff options
| author | Federico Igne <federico.igne@cs.ox.ac.uk> | 2020-10-09 18:26:25 +0200 |
|---|---|---|
| committer | Federico Igne <federico.igne@cs.ox.ac.uk> | 2020-10-09 18:26:25 +0200 |
| commit | 6d88de9bf58ddb499377a39b4d362e755fa379d2 (patch) | |
| tree | 15ff807e4f5f766947d7b3cf1e95cfc9c03a470a /src/main/scala | |
| parent | 1d257a9287480014a4664c7808222179b6d2ae1d (diff) | |
| download | RSAComb-6d88de9bf58ddb499377a39b4d362e755fa379d2.tar.gz RSAComb-6d88de9bf58ddb499377a39b4d362e755fa379d2.zip | |
Fix problem with tests
Tests where not ported to the new (slightly more generic) interface.
Diffstat (limited to 'src/main/scala')
| -rw-r--r-- | src/main/scala/rsacomb/RDFoxClassExprConverter.scala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/scala/rsacomb/RDFoxClassExprConverter.scala b/src/main/scala/rsacomb/RDFoxClassExprConverter.scala index 2029f0b..f07e3c6 100644 --- a/src/main/scala/rsacomb/RDFoxClassExprConverter.scala +++ b/src/main/scala/rsacomb/RDFoxClassExprConverter.scala | |||
| @@ -35,7 +35,7 @@ object RDFoxClassExprConverter { | |||
| 35 | 35 | ||
| 36 | def apply( | 36 | def apply( |
| 37 | term: Term, | 37 | term: Term, |
| 38 | unsafe: List[OWLObjectPropertyExpression], | 38 | unsafe: List[OWLObjectPropertyExpression] = List(), |
| 39 | skolem: SkolemStrategy = SkolemStrategy.None, | 39 | skolem: SkolemStrategy = SkolemStrategy.None, |
| 40 | suffix: RSASuffix = RSASuffix.None | 40 | suffix: RSASuffix = RSASuffix.None |
| 41 | ): RDFoxClassExprConverter = | 41 | ): RDFoxClassExprConverter = |
