Skip to content

Commit b2f5cf3

Browse files
committed
Adjust wrong namespace Profiler.Walkers
1 parent 0eb3c71 commit b2f5cf3

7 files changed

Lines changed: 3 additions & 7 deletions

File tree

OWLSharp.Test/Profiler/Walkers/OWLClassAxiomWalkerTest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ limitations under the License.
1616
using Microsoft.VisualStudio.TestTools.UnitTesting;
1717
using OWLSharp.Ontology;
1818
using OWLSharp.Profiler;
19-
using OWLSharp.Profiler.Walkers;
2019
using RDFSharp.Model;
2120

2221
namespace OWLSharp.Test.Profiler.Walkers;

OWLSharp.Test/Profiler/Walkers/OWLPropertyAxiomWalkerTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ limitations under the License.
1515
using System.Linq;
1616
using Microsoft.VisualStudio.TestTools.UnitTesting;
1717
using OWLSharp.Ontology;
18-
using OWLSharp.Profiler.Walkers;
18+
using OWLSharp.Profiler;
1919
using RDFSharp.Model;
2020

2121
namespace OWLSharp.Test.Profiler.Walkers;

OWLSharp/Profiler/RuleSet/OWLELProfile.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ limitations under the License.
1414
using System.Collections.Generic;
1515
using System.Threading.Tasks;
1616
using OWLSharp.Ontology;
17-
using OWLSharp.Profiler.Walkers;
1817
using RDFSharp.Model;
1918

2019
namespace OWLSharp.Profiler

OWLSharp/Profiler/RuleSet/OWLQLProfile.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ limitations under the License.
1414
using System.Collections.Generic;
1515
using System.Threading.Tasks;
1616
using OWLSharp.Ontology;
17-
using OWLSharp.Profiler.Walkers;
1817
using RDFSharp.Model;
1918

2019
namespace OWLSharp.Profiler

OWLSharp/Profiler/RuleSet/OWLRLProfile.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ limitations under the License.
1515
using System.Linq;
1616
using System.Threading.Tasks;
1717
using OWLSharp.Ontology;
18-
using OWLSharp.Profiler.Walkers;
1918
using RDFSharp.Model;
2019

2120
namespace OWLSharp.Profiler

OWLSharp/Profiler/Walkers/OWLClassAxiomWalker.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ limitations under the License.
1414
using System.Collections.Generic;
1515
using OWLSharp.Ontology;
1616

17-
namespace OWLSharp.Profiler.Walkers
17+
namespace OWLSharp.Profiler
1818
{
1919
/// <summary>
2020
/// OWLClassAxiomWalker enumerates every top-level class expression "slot" found in an ontology's class axioms

OWLSharp/Profiler/Walkers/OWLPropertyAxiomWalker.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ limitations under the License.
1414
using System.Collections.Generic;
1515
using OWLSharp.Ontology;
1616

17-
namespace OWLSharp.Profiler.Walkers
17+
namespace OWLSharp.Profiler
1818
{
1919
/// <summary>
2020
/// OWLPropertyAxiomWalker enumerates the class/data range expressions embedded in property domain/range axioms

0 commit comments

Comments
 (0)