Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
berezovskyi committed Sep 21, 2024
1 parent 73400ea commit 229bf40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ private synchronized void initializeRdf() {
Property responseInfo = rdfModel.createProperty(OslcConstants.OSLC_CORE_NAMESPACE, "ResponseInfo");
ResIterator iter = rdfModel.listResourcesWithProperty(rdfType, responseInfo);

//The main ResposeInfo shall have the query URI or a page URI
//The main ResponseInfo shall have the query URI or a page URI
List<Resource> responseInfos = iter.toList();

infoResource = null;
Expand Down

0 comments on commit 229bf40

Please # to comment.