From 2aeb2bf48f3a96ff941ac4257dfa30b8a38d2cf6 Mon Sep 17 00:00:00 2001 From: Laurent Date: Tue, 3 Jan 2023 11:49:26 +0100 Subject: [PATCH] Fix warning --- .../pokeranalytics/android/util/csv/ProductCSVDescriptors.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/net/pokeranalytics/android/util/csv/ProductCSVDescriptors.kt b/app/src/main/java/net/pokeranalytics/android/util/csv/ProductCSVDescriptors.kt index 29a8cd7b..d6a8f7c0 100644 --- a/app/src/main/java/net/pokeranalytics/android/util/csv/ProductCSVDescriptors.kt +++ b/app/src/main/java/net/pokeranalytics/android/util/csv/ProductCSVDescriptors.kt @@ -245,7 +245,7 @@ class ProductCSVDescriptors { ) } - val pokerAnalyticsAndroidSessions: SessionCSVDescriptor + private val pokerAnalyticsAndroidSessions: SessionCSVDescriptor get() { return SessionCSVDescriptor( DataSource.POKER_ANALYTICS,