Deprecate methods for handling non-canonical BDF.

This commit is contained in:
akwizgran
2023-02-20 14:51:21 +00:00
parent 8cd6546840
commit b1cc63cd49
4 changed files with 30 additions and 0 deletions

View File

@@ -311,6 +311,7 @@ class TransportPropertyManagerImpl implements TransportPropertyManager,
if (latest == null) {
merged = new TransportProperties(p);
Iterator<String> it = merged.values().iterator();
//noinspection Java8CollectionRemoveIf
while (it.hasNext()) {
if (isNullOrEmpty(it.next())) it.remove();
}