Skip to content

Commit

Permalink
Remove cross links to time format
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <[email protected]>
  • Loading branch information
stweil committed Sep 2, 2024
1 parent f767543 commit d09efbe
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ public class MediaPartial {
* Constructs a media partial object.
*
* @param begin
* The begin as formatted time in form of
* {@see org.kitodo.production.helper.metadata.MediaPartialHelper#FORMATTED_TIME_PATTERN}
* The begin as formatted time.
*/
public MediaPartial(String begin) {
this.begin = begin;
Expand All @@ -39,11 +38,9 @@ public MediaPartial(String begin) {
* Constructs a media partial object.
*
* @param begin
* The begin as formatted time in form of
* {@see org.kitodo.production.helper.metadata.MediaPartialHelper#FORMATTED_TIME_PATTERN}
* The begin as formatted time.
* @param extent
* The extent as formatted time in form of
* {@see org.kitodo.production.helper.metadata.MediaPartialHelper#FORMATTED_TIME_PATTERN}
* The extent as formatted time.
*/
public MediaPartial(String begin, String extent) {
this(begin);
Expand Down

0 comments on commit d09efbe

Please sign in to comment.