From 6495be5e50a301bb6277f43fdf65e81d4694705b Mon Sep 17 00:00:00 2001 From: Adrian Schoenig Date: Tue, 22 Mar 2022 11:13:53 +1100 Subject: [PATCH] Silence a warning that can be addressed later (#161) Also bump copyright --- LICENSE | 2 +- README.md | 2 +- Sources/TripKitObjc/TKServer.m | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 89a3647f5..e2bf00119 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2015-2021 by SkedGo Pty Ltd + Copyright TripKit 2015-2022 by SkedGo Pty Ltd Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index 92610dc69..491a27ee6 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,4 @@ ## License -TripKit is copyright 2011-2020 by SkedGo Pty Ltd +TripKit is copyright 2015-2022 by SkedGo Pty Ltd diff --git a/Sources/TripKitObjc/TKServer.m b/Sources/TripKitObjc/TKServer.m index 6647ce0af..a39f73638 100644 --- a/Sources/TripKitObjc/TKServer.m +++ b/Sources/TripKitObjc/TKServer.m @@ -196,7 +196,7 @@ - (void)initiateDataTaskWithMethod:(NSString *)method NSError *serverError = error; if (serverError || status >= 500) { BOOL isUserError = NO; - #warning TODO: Re-instate no failover on user error? + // LATER: Re-instate no failover on user error if (isUserError && serverError != nil) { if (callbackOnMain) { dispatch_async(dispatch_get_main_queue(), ^{