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: configuration-metadata/spring-boot-configuration-processor/src/main/java/org/springframework/boot/configurationprocessor/TypeUtils.java
Copy file name to clipboardExpand all lines: configuration-metadata/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationprocessor/ConfigurationMetadataAnnotationProcessorTests.java
Copy file name to clipboardExpand all lines: configuration-metadata/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/simple/DescriptionProperties.java
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,14 @@ public class DescriptionProperties {
37
37
*/
38
38
privateStringmultiLine;
39
39
40
+
// @formatter:off
41
+
/**
42
+
* This is an example of a description
43
+
*with unusual whitespace after a new line.
44
+
*/
45
+
privateStringmultiLineWhitespace;
46
+
// @formatter:on
47
+
40
48
publicStringgetSimple() {
41
49
returnthis.simple;
42
50
}
@@ -53,4 +61,12 @@ public void setMultiLine(String multiLine) {
0 commit comments