Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarsten Thoms2018-03-31 14:30:14 +0000
committerAlexander Kurtakov2018-04-13 08:46:22 +0000
commit1d178b62059e90f3979721c8d151dca2d04e19fb (patch)
tree7b75bad14da517c3eee3175a0e01bf3f868069c5 /bundles/org.eclipse.equinox.p2.repository.tools/src/org/eclipse/equinox/p2/internal/repository/tools/messages.properties
parentcaf0ccfd33f9ac75d2a9fafbdc4e2d98e53bc19b (diff)
downloadrt.equinox.p2-1d178b62059e90f3979721c8d151dca2d04e19fb.tar.gz
rt.equinox.p2-1d178b62059e90f3979721c8d151dca2d04e19fb.tar.xz
rt.equinox.p2-1d178b62059e90f3979721c8d151dca2d04e19fb.zip
Bug 533117 - setRepositoryProperty: fixed regression when value is nullI20180416-0305I20180415-2000I20180414-1500I20180413-2000
A null value should remove the entry from the repositoryProperties. But when repositoryProperties is not initialized a null value was actually added for the key. Changed conditions to first prove wether value is null and only remove the property, when field repositoryProperties is initialized. Set field to null when the last entry was removed. Change-Id: I766094f09d24bcf3c0da093202724ab5c2f0e417 Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.repository.tools/src/org/eclipse/equinox/p2/internal/repository/tools/messages.properties')
0 files changed, 0 insertions, 0 deletions

Back to the top