Skip to content

Commit

Permalink
update javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudFonzam committed Jul 1, 2024
1 parent f3d1fcd commit 7308385
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ private boolean isAutomaticLotOut() {
}

/**
* Retrieves all the {@link Lot} associated to the specified {@link Medical}, expiring first on top with zero quantities will be stripped out
* Retrieves all the {@link Lot} associated to the specified {@link Medical}, expiring first on top with zero quantities will be stripped out if removeEmpty is set to true.
*
* @param medical the medical.
* @param removeEmpty.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ public List<Lot> getAllLotsByMedical(Medical medical) throws OHServiceException
}

/**
* Retrieves lot referred to the specified {@link Medical}, expiring first on top Lots with zero quantities will be stripped out
* Retrieves lot referred to the specified {@link Medical}, expiring first on top Lots with zero quantities will be stripped out if removeEmpty is set to true.
*
* @param medical the medical.
* @param removeEmpty
Expand Down

0 comments on commit 7308385

Please sign in to comment.