From 76f8121cbc770c3edd1348fb81ae30c33eff6ca7 Mon Sep 17 00:00:00 2001 From: Frank Viernau Date: Fri, 24 May 2024 12:02:49 +0200 Subject: [PATCH] refactor(model): Use a more generic name for `SortedSetConverters` The file contains both, `SortedSet` and `SortedMap` converters. Signed-off-by: Frank Viernau --- .../{SortedSetConverters.kt => SortedCollectionConverters.kt} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename model/src/main/kotlin/utils/{SortedSetConverters.kt => SortedCollectionConverters.kt} (100%) diff --git a/model/src/main/kotlin/utils/SortedSetConverters.kt b/model/src/main/kotlin/utils/SortedCollectionConverters.kt similarity index 100% rename from model/src/main/kotlin/utils/SortedSetConverters.kt rename to model/src/main/kotlin/utils/SortedCollectionConverters.kt