Skip to content

Commit

Permalink
Fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-ronge committed Apr 12, 2024
1 parent 500476b commit cf7bb35
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -589,10 +589,10 @@ default boolean isBatchAvailable() {
* <dd>Corrections are pending.</dd>
* </dl>
*
* @deprecated Use
* {@link #getProcess()}{@code .getCorrectionCommentStatus()}.
* @return the status regarding corrections
* @see org.kitodo.data.database.enums.CorrectionComments
* @deprecated Use
* {@link #getProcess()}{@code .getCorrectionCommentStatus()}.
*/
@Deprecated
default Integer getCorrectionCommentStatus() {
Expand Down

0 comments on commit cf7bb35

Please sign in to comment.