mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Fix formatting
This commit is contained in:
+1
-2
@@ -362,8 +362,7 @@ 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