Skip to content

Commit 8575647

Browse files
committed
add optional request logging to sparql-reasoner
1 parent 93d34f3 commit 8575647

4 files changed

Lines changed: 435 additions & 7 deletions

File tree

components-core/src/main/java/org/dllearner/core/AbstractReasonerComponent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ public abstract class AbstractReasonerComponent extends AbstractComponent implem
142142
@ConfigOption(description = "the underlying knowledge sources", required = true)
143143
protected Set<KnowledgeSource> sources;
144144

145-
public AbstractReasonerComponent(){
145+
public AbstractReasonerComponent(){
146146

147147
}
148148
/**

0 commit comments

Comments
 (0)