Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordj2011-08-17 15:04:46 +0000
committerdj2011-08-17 15:04:46 +0000
commit307dd24986d27501ae55cdbd6d880f432898b451 (patch)
treed10eb8fca3593006e4a90773463098dd02a1bd01 /bundles/org.eclipse.equinox.p2.reconciler.dropins
parent961a64bdb77b8b6c2a2857ab532bf31fa45a1174 (diff)
downloadrt.equinox.p2-307dd24986d27501ae55cdbd6d880f432898b451.tar.gz
rt.equinox.p2-307dd24986d27501ae55cdbd6d880f432898b451.tar.xz
rt.equinox.p2-307dd24986d27501ae55cdbd6d880f432898b451.zip
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.reconciler.dropins')
-rw-r--r--bundles/org.eclipse.equinox.p2.reconciler.dropins/src/org/eclipse/equinox/internal/p2/reconciler/dropins/ProfileSynchronizer.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.reconciler.dropins/src/org/eclipse/equinox/internal/p2/reconciler/dropins/ProfileSynchronizer.java b/bundles/org.eclipse.equinox.p2.reconciler.dropins/src/org/eclipse/equinox/internal/p2/reconciler/dropins/ProfileSynchronizer.java
index 7b7d06104..3c426108d 100644
--- a/bundles/org.eclipse.equinox.p2.reconciler.dropins/src/org/eclipse/equinox/internal/p2/reconciler/dropins/ProfileSynchronizer.java
+++ b/bundles/org.eclipse.equinox.p2.reconciler.dropins/src/org/eclipse/equinox/internal/p2/reconciler/dropins/ProfileSynchronizer.java
@@ -283,7 +283,6 @@ public class ProfileSynchronizer {
String timestamp = null;
if (props != null)
timestamp = props.get(IRepository.PROP_TIMESTAMP);
-
if (timestamp == null)
timestamp = NO_TIMESTAMP;

Back to the top