mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Polish @since tags
Closes gh-47779
This commit is contained in:
+2
-2
@@ -166,7 +166,6 @@ public abstract class AbstractJarWriter implements LoaderClassesWriter {
|
||||
* @param location the location of the index file
|
||||
* @param lines the lines to write
|
||||
* @throws IOException if the write fails
|
||||
* @since 2.3.0
|
||||
*/
|
||||
public void writeIndexFile(@Nullable String location, Collection<String> lines) throws IOException {
|
||||
if (location != null) {
|
||||
@@ -363,7 +362,8 @@ public abstract class AbstractJarWriter implements LoaderClassesWriter {
|
||||
*/
|
||||
EntryTransformer NONE = (jarEntry) -> jarEntry;
|
||||
|
||||
@Nullable JarArchiveEntry transform(JarArchiveEntry jarEntry);
|
||||
@Nullable
|
||||
JarArchiveEntry transform(JarArchiveEntry jarEntry);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user