Skip to content

Commit

Permalink
[26655] remove wrong IDocumentStore java doc
Browse files Browse the repository at this point in the history
  • Loading branch information
huthomas committed Oct 3, 2024
1 parent 31d3bb2 commit 9df54e9
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ public List<IDocument> getDocuments(@NonNull String patientId, @Nullable String
public IDocument saveDocument(IDocument document) throws ElexisException;

/**
* Save changes to the meta information and the content of the document. If an
* {@link InputStream} is given it will be closed.
* Save changes to the meta information and the content of the document.
*
* @param document
* @param content
Expand Down

0 comments on commit 9df54e9

Please sign in to comment.