From 9a32f678029d44309a28e5bc0e87df5bccf8ba8a Mon Sep 17 00:00:00 2001 From: Madhura Bhave Date: Thu, 28 Jan 2021 13:38:30 -0800 Subject: [PATCH] Fix formatting --- .../org/springframework/boot/jarmode/layertools/Context.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-project/spring-boot-tools/spring-boot-jarmode-layertools/src/main/java/org/springframework/boot/jarmode/layertools/Context.java b/spring-boot-project/spring-boot-tools/spring-boot-jarmode-layertools/src/main/java/org/springframework/boot/jarmode/layertools/Context.java index ae401d46953..168e3d31486 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-jarmode-layertools/src/main/java/org/springframework/boot/jarmode/layertools/Context.java +++ b/spring-boot-project/spring-boot-tools/spring-boot-jarmode-layertools/src/main/java/org/springframework/boot/jarmode/layertools/Context.java @@ -130,8 +130,8 @@ class Context { } /** - * Return the directory relative to {@link #getWorkingDir()} that contains the archive or - * {@code null} if none relative directory can be deduced. + * Return the directory relative to {@link #getWorkingDir()} that contains the archive + * or {@code null} if none relative directory can be deduced. * @return the relative dir ending in {@code /} or {@code null} */ String getRelativeArchiveDir() {