Skip to content

Commit

Permalink
Apply suggestions from code review and replace @link by @see
Browse files Browse the repository at this point in the history
Suggested-by: Henning Gerhardt <[email protected]>
Signed-off-by: Stefan Weil <[email protected]>
  • Loading branch information
stweil authored Sep 2, 2024
1 parent c33bba4 commit b3e3389
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class MediaPartial {
*
* @param begin
* The begin as formatted time in form of
* HH:MM:SS.mmm (hour, minutes, seconds, milliseconds)
* {@see org.kitodo.production.helper.metadata.MediaPartialHelper#FORMATTED_TIME_PATTERN}
*/
public MediaPartial(String begin) {
this.begin = begin;
Expand All @@ -40,10 +40,10 @@ public MediaPartial(String begin) {
*
* @param begin
* The begin as formatted time in form of
* HH:MM:SS.mmm (hour, minutes, seconds, milliseconds)
* {@see org.kitodo.production.helper.metadata.MediaPartialHelper#FORMATTED_TIME_PATTERN}
* @param extent
* The extent as formatted time in form of
* HH:MM:SS.mmm (hour, minutes, seconds, milliseconds)
* {@see org.kitodo.production.helper.metadata.MediaPartialHelper#FORMATTED_TIME_PATTERN}
*/
public MediaPartial(String begin, String extent) {
this(begin);
Expand Down

0 comments on commit b3e3389

Please sign in to comment.