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"