java/com.sap.sse/src/com/sap/sse/util/SmartFutureCache.java
... ...
@@ -77,7 +77,7 @@ import com.sap.sse.util.impl.KnowsExecutorAndTracingGetImpl;
77 77
* @author Axel Uhl (D043530)
78 78
*
79 79
*/
80
-public class SmartFutureCache<K, V, U extends UpdateInterval<U>> {
80
+public class SmartFutureCache<K, V, U extends UpdateInterval<U>> {
81 81
private static final Logger logger = Logger.getLogger(SmartFutureCache.class.getName());
82 82
83 83
/**