fe597e2390679ba08418b0ef806facf6d10d5651
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 | /** |