Deprecate methods for handling non-canonical BDF.

This commit is contained in:
akwizgran
2023-07-05 15:23:14 +01:00
parent 8cd6546840
commit b1cc63cd49
4 changed files with 30 additions and 0 deletions
@@ -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();
}