aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/kotlin/Flyweight.kt
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-12-30 11:03:25 -0800
committerAllan Wang <me@allanwang.ca>2019-12-30 11:03:25 -0800
commitdd3320efb1de998b8022d341036c79121618bb31 (patch)
tree8fb7f7ffbc54dffeb274a500eda7534958d7732f /app/src/main/kotlin/com/pitchedapps/frost/kotlin/Flyweight.kt
parentaf1a3954a7769ad7cc0cdcd6052cc9f3193aac1c (diff)
downloadfrost-dd3320efb1de998b8022d341036c79121618bb31.tar.gz
frost-dd3320efb1de998b8022d341036c79121618bb31.tar.bz2
frost-dd3320efb1de998b8022d341036c79121618bb31.zip
Apply spotless and update changelog
Diffstat (limited to 'app/src/main/kotlin/com/pitchedapps/frost/kotlin/Flyweight.kt')
-rw-r--r--app/src/main/kotlin/com/pitchedapps/frost/kotlin/Flyweight.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/kotlin/com/pitchedapps/frost/kotlin/Flyweight.kt b/app/src/main/kotlin/com/pitchedapps/frost/kotlin/Flyweight.kt
index 084cd5e6..55a4c372 100644
--- a/app/src/main/kotlin/com/pitchedapps/frost/kotlin/Flyweight.kt
+++ b/app/src/main/kotlin/com/pitchedapps/frost/kotlin/Flyweight.kt
@@ -17,6 +17,7 @@
package com.pitchedapps.frost.kotlin
import com.pitchedapps.frost.utils.L
+import java.util.concurrent.ConcurrentHashMap
import kotlinx.coroutines.CancellationException
import kotlinx.coroutines.CompletableDeferred
import kotlinx.coroutines.CoroutineExceptionHandler
@@ -28,7 +29,6 @@ import kotlinx.coroutines.channels.Channel
import kotlinx.coroutines.isActive
import kotlinx.coroutines.launch
import kotlinx.coroutines.selects.select
-import java.util.concurrent.ConcurrentHashMap
/**
* Flyweight to keep track of values so long as they are valid.