[514949] NoSuchElementException below CachingTransport$LocationStack.pop
(thrown in LinkedList.removeLast)

https://bugs.eclipse.org/bugs/show_bug.cgi?id=514949
diff --git a/plugins/org.eclipse.oomph.p2.core/src/org/eclipse/oomph/p2/internal/core/CachingTransport.java b/plugins/org.eclipse.oomph.p2.core/src/org/eclipse/oomph/p2/internal/core/CachingTransport.java
index ca74c4d..058eace 100644
--- a/plugins/org.eclipse.oomph.p2.core/src/org/eclipse/oomph/p2/internal/core/CachingTransport.java
+++ b/plugins/org.eclipse.oomph.p2.core/src/org/eclipse/oomph/p2/internal/core/CachingTransport.java
@@ -52,7 +52,7 @@
 {
   public static final String SERVICE_NAME = Transport.SERVICE_NAME;
 
-  private static final ThreadLocal<LocationStack> REPOSITORY_LOCATIONS = new InheritableThreadLocal<LocationStack>()
+  private static final ThreadLocal<LocationStack> REPOSITORY_LOCATIONS = new ThreadLocal<LocationStack>()
   {
     @Override
     protected LocationStack initialValue()