From 18005919c72b9c7374c985bc50540456201637d1 Mon Sep 17 00:00:00 2001 From: Robinson Date: Sat, 25 Nov 2023 22:08:19 +0100 Subject: [PATCH] cleanup --- src/dorkbox/notify/Notify.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dorkbox/notify/Notify.kt b/src/dorkbox/notify/Notify.kt index 33daf1f..c4dcbd7 100644 --- a/src/dorkbox/notify/Notify.kt +++ b/src/dorkbox/notify/Notify.kt @@ -1,5 +1,5 @@ /* - * Copyright 2015 dorkbox, llc + * Copyright 2023 dorkbox, llc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -181,7 +181,7 @@ class Notify private constructor() { } @Volatile - internal var notifyPopup: NotifyType<*>? = null + internal var notifyPopup: NotifyType<*>? = null @Volatile var title = "Notification"