@@ -86,9 +86,9 @@ default List<Archive> getNestedArchives(EntryFilter filter) throws IOException {
86
86
/**
87
87
* Return a new iterator for the archive entries.
88
88
* @deprecated since 2.3.0 for removal in 2.5.0 in favor of using
89
- * @see java.lang.Iterable#iterator()
90
89
* {@link org.springframework.boot.loader.jar.JarFile} to access entries and
91
90
* {@link #getNestedArchives(EntryFilter, EntryFilter)} for accessing nested archives.
91
+ * @see java.lang.Iterable#iterator()
92
92
*/
93
93
@ Deprecated
94
94
@ Override
@@ -98,9 +98,9 @@ default List<Archive> getNestedArchives(EntryFilter filter) throws IOException {
98
98
* Performs the given action for each element of the {@code Iterable} until all
99
99
* elements have been processed or the action throws an exception.
100
100
* @deprecated since 2.3.0 for removal in 2.5.0 in favor of using
101
- * @see Iterable#forEach {@link org.springframework.boot.loader.jar.JarFile} to access
102
- * entries and {@link #getNestedArchives(EntryFilter, EntryFilter)} for accessing
103
- * nested archives.
101
+ * {@link org.springframework.boot.loader.jar.JarFile} to access entries and
102
+ * {@link #getNestedArchives(EntryFilter, EntryFilter)} for accessing nested archives.
103
+ * @see Iterable#forEach
104
104
*/
105
105
@ Deprecated
106
106
@ Override
@@ -114,9 +114,9 @@ default void forEach(Consumer<? super Entry> action) {
114
114
/**
115
115
* Creates a {@link Spliterator} over the elements described by this {@code Iterable}.
116
116
* @deprecated since 2.3.0 for removal in 2.5.0 in favor of using
117
- * @see Iterable#spliterator {@link org.springframework.boot.loader.jar.JarFile} to
118
- * access entries and {@link #getNestedArchives(EntryFilter, EntryFilter)} for
119
- * accessing nested archives.
117
+ * {@link org.springframework.boot.loader.jar.JarFile} to access entries and
118
+ * {@link #getNestedArchives(EntryFilter, EntryFilter)} for accessing nested archives.
119
+ * @see Iterable#spliterator
120
120
*/
121
121
@ Deprecated
122
122
@ Override
0 commit comments