Skip to content

Commit

Permalink
Fix ''
Browse files Browse the repository at this point in the history
  • Loading branch information
dschiese committed Aug 21, 2024
1 parent 60f1f5c commit 3e9499c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.wse</groupId>
<artifactId>qanary-explanation-service</artifactId>
<version>3.8.0</version>
<version>3.8.1</version>
<name>Qanary explanation service</name>
<description>Webservice for rule-based explanation of QA-Systems as well as specific components</description>
<properties>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
The pipeline component ${component} has received the question ${question} that is represented with the questionId "${questionId}". It executed the
The pipeline component ${component} has received the question "${question}" that is represented with the questionId "${questionId}". It executed the
components ${components} on the knowledge graph "${graph}" with the following explanations:

${componentsAndExplanations}

0 comments on commit 3e9499c

Please sign in to comment.