We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 714d33c commit e6f312cCopy full SHA for e6f312c
src/main/kotlin/ch/uzh/ifi/access/config/CacheConfig.kt
@@ -56,6 +56,6 @@ class CacheConfig {
56
class CacheInitListener(val cacheInitService: CacheInitService) : ApplicationListener<ApplicationReadyEvent> {
57
override fun onApplicationEvent(event: ApplicationReadyEvent) {
58
cacheInitService.initCache()
59
- //cacheInitService.renameIDs()
+ cacheInitService.renameIDs()
60
}
61
0 commit comments