We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ace4e7 commit 0a710a7Copy full SHA for 0a710a7
range/src/main/java/net/time4j/range/IntervalCreator.java
@@ -1,6 +1,6 @@
1
/*
2
* -----------------------------------------------------------------------
3
- * Copyright © 2013-2016 Meno Hochschild, <http://www.menodata.de/>
+ * Copyright © 2013-2017 Meno Hochschild, <http://www.menodata.de/>
4
5
* This file (IntervalCreator.java) is part of project Time4J.
6
*
@@ -26,7 +26,7 @@
26
* <p>Generische Intervallfabrik. </p>
27
28
* @author Meno Hochschild
29
- * @see 3.25/4.21
+ * @since 3.25/4.21
30
*/
31
interface IntervalCreator<T, I extends ChronoInterval<T>> {
32
0 commit comments