You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-tools/spring-boot-gradle-plugin/src/main/java/org/springframework/boot/gradle/SpringBootPluginExtension.java
Copy file name to clipboardExpand all lines: spring-boot-tools/spring-boot-loader-tools/src/main/java/org/springframework/boot/loader/tools/Layouts.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -158,7 +158,7 @@ public boolean isExecutable() {
158
158
159
159
/**
160
160
* Module layout (designed to be used as a "plug-in").
161
-
* @deprecated since 1.5 in favour of a custom {@link LayoutFactory}
161
+
* @deprecated as of 1.5 in favor of a custom {@link LayoutFactory}
Copy file name to clipboardExpand all lines: spring-boot-tools/spring-boot-maven-plugin/src/main/java/org/springframework/boot/maven/RepackageMojo.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -348,7 +348,7 @@ public enum LayoutType {
348
348
349
349
/**
350
350
* Module Layout.
351
-
* @deprecated since 1.5 in favour of a custom {@link LayoutFactory}
351
+
* @deprecated as of 1.5 in favor of a custom {@link LayoutFactory}
0 commit comments