Skip to content

Commit c9f5538

Browse files
authored
Merge pull request #57 from Mathipe98/fix-retrieval-with-subconcept
Fix retrieval with subconcept
2 parents 69cb91b + f7b3166 commit c9f5538

File tree

5 files changed

+303
-286
lines changed

5 files changed

+303
-286
lines changed

src/main/java/no/ntnu/mycbr/rest/common/ApiOperationConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public interface ApiOperationConstants {
8686
GET_SIMILAR_CASES_BY_CASE_ID_WITH_CONTENT = "getSimilarCasesByCaseIDWithContent",
8787

8888
GET_SIMILAR_CASES_BY_ATTRIBUTE = "getSimilarCasesByAttribute",
89-
GET_SIMILAR_CASES_BY_MULTIPLE_ATTRIBUTES = "getSimilarCasesByMultipleAttributess",
89+
GET_SIMILAR_CASES_BY_MULTIPLE_ATTRIBUTES = "getSimilarCasesByMultipleAttributes",
9090

9191
GET_CASE_BASE_SELF_SIMILARITY = "getCaseBaseSelfSimilarity";
9292

0 commit comments

Comments
 (0)