Changeset 7868
- Timestamp:
- Oct 21, 2020, 9:33:22 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.17-stable/src/core/net/sf/basedb/util/parser/FlatFileParser.java
r7832 r7868 2011 2011 protected String fixString(String value) 2012 2012 { 2013 // TODO - In Java 11 we can use String.strip() which also handles other white-space than "space" 2014 if (value != null && trimWhiteSpace) value = value.trim(); 2013 if (value != null && trimWhiteSpace) value = value.strip(); 2015 2014 2016 2015 return value == null ||
Note: See TracChangeset
for help on using the changeset viewer.