Skip to content

Commit 0a710a7

Browse files
committed
javadoc fix
1 parent 9ace4e7 commit 0a710a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

range/src/main/java/net/time4j/range/IntervalCreator.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* -----------------------------------------------------------------------
3-
* Copyright © 2013-2016 Meno Hochschild, <http://www.menodata.de/>
3+
* Copyright © 2013-2017 Meno Hochschild, <http://www.menodata.de/>
44
* -----------------------------------------------------------------------
55
* This file (IntervalCreator.java) is part of project Time4J.
66
*
@@ -26,7 +26,7 @@
2626
* <p>Generische Intervallfabrik. </p>
2727
*
2828
* @author Meno Hochschild
29-
* @see 3.25/4.21
29+
* @since 3.25/4.21
3030
*/
3131
interface IntervalCreator<T, I extends ChronoInterval<T>> {
3232

0 commit comments

Comments
 (0)