@@ -96,7 +96,7 @@ public static String DefaultResourceName()
9696 }
9797
9898 /**
99- * @deprecated replaced by {@link #load()}, will be removed in a future release
99+ * @deprecated replaced by {@link #load()}, will be removed in version 8
100100 *
101101 * @return the loaded configuration or <code>null</code> if none was found
102102 */
@@ -134,7 +134,7 @@ public static String DefaultResourceName()
134134 * @param charset the charset used to load the configuration
135135 * @return the loaded configuration or <code>null</code> if none was found
136136 *
137- * @deprecated replaced by {@link #load(Charset)}, will be removed in a future release
137+ * @deprecated replaced by {@link #load(Charset)}, will be removed in version 8
138138 */
139139 @ Deprecated
140140 public static CacheConfiguration <?, ?> Load (
@@ -209,7 +209,7 @@ public static String DefaultResourceName()
209209 * @param valueType the class for value type
210210 * @return the loaded configuration or <code>null</code> if none was found
211211 *
212- * @deprecated replaced by {@link #load(Class,Class)}, will be removed in a future release
212+ * @deprecated replaced by {@link #load(Class,Class)}, will be removed in version 8
213213 */
214214 @ Deprecated
215215 public static <K , V > CacheConfiguration <K , V > Load (
@@ -263,7 +263,7 @@ public static <K, V> CacheConfiguration<K, V> load(
263263 * @param valueType the class for value type
264264 * @return the loaded configuration or <code>null</code> if none was found
265265 *
266- * @deprecated replaced by {@link #load(Charset,Class,Class)}, will be removed in a future release
266+ * @deprecated replaced by {@link #load(Charset,Class,Class)}, will be removed in version 8
267267 */
268268 @ Deprecated
269269 public static <K , V > CacheConfiguration <K , V > Load (
@@ -343,7 +343,7 @@ public static <K, V> CacheConfiguration<K, V> load(
343343 * @param path a classpath resource, a file path or an URL
344344 * @return the configuration or <code>null</code> if none was found
345345 *
346- * @deprecated replaced by {@link #load(String)}, will be removed in a future release
346+ * @deprecated replaced by {@link #load(String)}, will be removed in version 8
347347 */
348348 @ Deprecated
349349 public static CacheConfiguration <?, ?> Load (
@@ -381,7 +381,7 @@ public static <K, V> CacheConfiguration<K, V> load(
381381 * @param charset the charset used to load the configuration
382382 * @return the configuration or <code>null</code> if none was found
383383 *
384- * @deprecated replaced by {@link #load(String,Charset)}, will be removed in a future release
384+ * @deprecated replaced by {@link #load(String,Charset)}, will be removed in version 8
385385 */
386386 @ Deprecated
387387 public static CacheConfiguration <?, ?> Load (
@@ -426,7 +426,7 @@ public static <K, V> CacheConfiguration<K, V> load(
426426 * @param valueType the class of the value type
427427 * @return the configuration or <code>null</code> if none was found
428428 *
429- * @deprecated replaced by {@link #load(String,Class,Class)}, will be removed in a future release
429+ * @deprecated replaced by {@link #load(String,Class,Class)}, will be removed in version 8
430430 */
431431 @ Deprecated
432432 public static <K , V > CacheConfiguration <K , V > Load (
@@ -478,7 +478,7 @@ public static <K, V> CacheConfiguration<K, V> load(
478478 * @param valueType the class of the value type
479479 * @return the configuration or <code>null</code> if none was found
480480 *
481- * @deprecated replaced by {@link #load(String,Charset,Class,Class)}, will be removed in a future release
481+ * @deprecated replaced by {@link #load(String,Charset,Class,Class)}, will be removed in version 8
482482 */
483483 @ Deprecated
484484 public static <K , V > CacheConfiguration <K , V > Load (
@@ -546,7 +546,7 @@ public static <K, V> CacheConfiguration<K, V> load(
546546 * @param path file system path
547547 * @return the configuration
548548 *
549- * @deprecated replaced by {@link #load(Path)}, will be removed in a future release
549+ * @deprecated replaced by {@link #load(Path)}, will be removed in version 8
550550 */
551551 @ Deprecated
552552 public static CacheConfiguration <?, ?> Load (
@@ -578,7 +578,7 @@ public static <K, V> CacheConfiguration<K, V> load(
578578 * @param charset the charset used to load the configuration
579579 * @return the configuration
580580 *
581- * @deprecated replaced by {@link #load(Path,Charset)}, will be removed in a future release
581+ * @deprecated replaced by {@link #load(Path,Charset)}, will be removed in version 8
582582 */
583583 @ Deprecated
584584 public static CacheConfiguration <?, ?> Load (
@@ -613,7 +613,7 @@ public static <K, V> CacheConfiguration<K, V> load(
613613 * @param file file path
614614 * @return the configuration
615615 *
616- * @deprecated replaced by {@link #load(File)}, will be removed in a future release
616+ * @deprecated replaced by {@link #load(File)}, will be removed in version 8
617617 */
618618 @ Deprecated
619619 public static CacheConfiguration <?, ?> Load (
@@ -645,7 +645,7 @@ public static <K, V> CacheConfiguration<K, V> load(
645645 * @param charset the charset used to load the configuration
646646 * @return the configuration
647647 *
648- * @deprecated replaced by {@link #load(File,Charset)}, will be removed in a future release
648+ * @deprecated replaced by {@link #load(File,Charset)}, will be removed in version 8
649649 */
650650 @ Deprecated
651651 public static CacheConfiguration <?, ?> Load (
@@ -680,7 +680,7 @@ public static <K, V> CacheConfiguration<K, V> load(
680680 * @param url URL path
681681 * @return the configuration
682682 *
683- * @deprecated replaced by {@link #load(URL)}, will be removed in a future release
683+ * @deprecated replaced by {@link #load(URL)}, will be removed in version 8
684684 */
685685 @ Deprecated
686686 public static CacheConfiguration <?, ?> Load (
@@ -712,7 +712,7 @@ public static <K, V> CacheConfiguration<K, V> load(
712712 * @param charset the charset used to load the configuration
713713 * @return the configuration
714714 *
715- * @deprecated replaced by {@link #load(URL,Charset)}, will be removed in a future release
715+ * @deprecated replaced by {@link #load(URL,Charset)}, will be removed in version 8
716716 */
717717 @ Deprecated
718718 public static CacheConfiguration <?, ?> Load (
@@ -747,7 +747,7 @@ public static <K, V> CacheConfiguration<K, V> load(
747747 * @param inputStream the stream to read from
748748 * @return the configuration
749749 *
750- * @deprecated replaced by {@link #load(InputStream)}, will be removed in a future release
750+ * @deprecated replaced by {@link #load(InputStream)}, will be removed in version 8
751751 */
752752 @ Deprecated
753753 public static CacheConfiguration <?, ?> Load (
@@ -779,7 +779,7 @@ public static <K, V> CacheConfiguration<K, V> load(
779779 * @param charset the charset used to load the configuration
780780 * @return the configuration
781781 *
782- * @deprecated replaced by {@link #load(InputStream,Charset)}, will be removed in a future release
782+ * @deprecated replaced by {@link #load(InputStream,Charset)}, will be removed in version 8
783783 */
784784 @ Deprecated
785785 public static CacheConfiguration <?, ?> Load (
@@ -818,7 +818,7 @@ public static <K, V> CacheConfiguration<K, V> load(
818818 * @param valueType the class for value type
819819 * @return the configuration
820820 *
821- * @deprecated replaced by {@link #load(Path,Class,Class)}, will be removed in a future release
821+ * @deprecated replaced by {@link #load(Path,Class,Class)}, will be removed in version 8
822822 */
823823 @ Deprecated
824824 public static <K ,V > CacheConfiguration <K , V > Load (
@@ -864,7 +864,7 @@ public static <K,V> CacheConfiguration<K, V> load(
864864 * @param valueType the class for value type
865865 * @return the configuration
866866 *
867- * @deprecated replaced by {@link #load(Path,Charset,Class,Class)}, will be removed in a future release
867+ * @deprecated replaced by {@link #load(Path,Charset,Class,Class)}, will be removed in version 8
868868 */
869869 @ Deprecated
870870 public static <K ,V > CacheConfiguration <K , V > Load (
@@ -911,7 +911,7 @@ public static <K,V> CacheConfiguration<K, V> load(
911911 * @param valueType the class for value type
912912 * @return the configuration
913913 *
914- * @deprecated replaced by {@link #load(File,Class,Class)}, will be removed in a future release
914+ * @deprecated replaced by {@link #load(File,Class,Class)}, will be removed in version 8
915915 */
916916 @ Deprecated
917917 public static <K ,V > CacheConfiguration <K , V > Load (
@@ -957,7 +957,7 @@ public static <K,V> CacheConfiguration<K, V> load(
957957 * @param valueType the class for value type
958958 * @return the configuration
959959 *
960- * @deprecated replaced by {@link #load(File,Charset,Class,Class)}, will be removed in a future release
960+ * @deprecated replaced by {@link #load(File,Charset,Class,Class)}, will be removed in version 8
961961 */
962962 @ Deprecated
963963 public static <K ,V > CacheConfiguration <K , V > Load (
@@ -1004,7 +1004,7 @@ public static <K,V> CacheConfiguration<K, V> load(
10041004 * @param valueType the class for value type
10051005 * @return the configuration
10061006 *
1007- * @deprecated replaced by {@link #load(URL,Class,Class)}, will be removed in a future release
1007+ * @deprecated replaced by {@link #load(URL,Class,Class)}, will be removed in version 8
10081008 */
10091009 @ Deprecated
10101010 public static <K ,V > CacheConfiguration <K , V > Load (
@@ -1050,7 +1050,7 @@ public static <K,V> CacheConfiguration<K, V> load(
10501050 * @param valueType the class for value type
10511051 * @return the configuration
10521052 *
1053- * @deprecated replaced by {@link #load(URL,Charset,Class,Class)}, will be removed in a future release
1053+ * @deprecated replaced by {@link #load(URL,Charset,Class,Class)}, will be removed in version 8
10541054 */
10551055 @ Deprecated
10561056 public static <K ,V > CacheConfiguration <K , V > Load (
@@ -1097,7 +1097,7 @@ public static <K,V> CacheConfiguration<K, V> load(
10971097 * @param valueType the class for value type
10981098 * @return the configuration
10991099 *
1100- * @deprecated replaced by {@link #load(InputStream,Class,Class)}, will be removed in a future release
1100+ * @deprecated replaced by {@link #load(InputStream,Class,Class)}, will be removed in version 8
11011101 */
11021102 @ Deprecated
11031103 public static <K ,V > CacheConfiguration <K , V > Load (
@@ -1143,7 +1143,7 @@ public static <K,V> CacheConfiguration<K, V> load(
11431143 * @param valueType the class for value type
11441144 * @return the configuration
11451145 *
1146- * @deprecated replaced by {@link #load(InputStream,Charset,Class,Class)}, will be removed in a future release
1146+ * @deprecated replaced by {@link #load(InputStream,Charset,Class,Class)}, will be removed in version 8
11471147 */
11481148 @ Deprecated
11491149 public static <K ,V > CacheConfiguration <K , V > Load (
0 commit comments