Skip to content
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.

Commit

Permalink
Undo Java8 code cleanup of cherry-pick BZ1027841 from master
Browse files Browse the repository at this point in the history
  • Loading branch information
hpehl committed May 16, 2015
1 parent b731d1b commit 76e7b2e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -178,7 +178,7 @@ private List<PropertyRecord> ensureUniqueProperty(List<PropertyRecord> newProper

public void onConfigureProperties(List<PropertyRecord> properties) {
if (xaDataSource.getProperties() == null) {
xaDataSource.setProperties(new ArrayList<>());
xaDataSource.setProperties(new ArrayList<PropertyRecord>());
}
xaDataSource.getProperties().clear();
xaDataSource.getProperties().addAll(ensureUniqueProperty(properties));
Expand Down

0 comments on commit 76e7b2e

Please sign in to comment.