Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
unixoid committed Feb 7, 2024
1 parent e4e13f9 commit 2a7378f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
import ca.uhn.fhir.rest.server.IServerAddressStrategy;
import ca.uhn.fhir.rest.server.IServerConformanceProvider;
import ca.uhn.fhir.rest.server.RestfulServer;
import ca.uhn.fhir.rest.server.provider.ServerCapabilityStatementProvider;
import org.hl7.fhir.instance.model.api.IBaseConformance;
import org.openehealth.ipf.boot.atna.IpfAtnaAutoConfiguration;
import org.openehealth.ipf.commons.ihe.fhir.IpfFhirServlet;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ public void destroy() {
}

/**
* Returns the instance of {@link IPagingProvider} to be used. This implemention returns {@link FifoMemoryPagingProvider},
* Returns the instance of {@link IPagingProvider} to be used. This implementation returns {@link FifoMemoryPagingProvider},
* you may overwrite this e.g. to add a provider backed by a decent Cache implementation. In this case, not forget to set the
* paging parameters accessible via {@link #getPagingProviderSize()}, {@link #getDefaultPageSize()} and {@link #getMaximumPageSize()}.
* <p>
Expand All @@ -196,7 +196,7 @@ public void destroy() {
* </p>
*
* @param pagingProviderSize maximum number of parallel paged requests. Note that each request may have an
* aribitrary number of result resources though.
* arbitrary number of result resources though.
* @return implementation of {@link IPagingProvider}
* @see IPagingProvider
* @see #getPagingProviderSize()
Expand Down
2 changes: 1 addition & 1 deletion src/site/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
Implement the new SimplifiedPublish ITI-105 Component
</action>
<action issue="435" dev="unixoid" type="add">
Control whether XDS marker classifications are be created inside or outside SubmissionSets and Folders
Control whether XDS marker classifications are created inside or outside SubmissionSets and Folders
</action>
<action issue="434" dev="thopap" type="fix">
Fix missing objectType attribute for XML element classification (for SubmissionSet and Folder)
Expand Down

0 comments on commit 2a7378f

Please sign in to comment.