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: org.springframework.beans/src/main/java/org/springframework/beans/propertyeditors/StringArrayPropertyEditor.java
+36-2Lines changed: 36 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -24,10 +24,12 @@
24
24
/**
25
25
* Custom {@link java.beans.PropertyEditor} for String arrays.
26
26
*
27
-
* <p>Strings must be in CSV format, with a customizable separator.
27
+
* <p>Strings must be in CSV format, with a customizable separator. By default values in the result are trimmed
Copy file name to clipboardExpand all lines: org.springframework.beans/src/test/java/org/springframework/beans/propertyeditors/StringArrayPropertyEditorTests.java
+23Lines changed: 23 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,29 @@ public void testWithDefaultSeparator() throws Exception {
0 commit comments