Browse Source

modify comments

Marino Faggiana 8 years ago
parent
commit
55b66fb991
2 changed files with 4 additions and 4 deletions
  1. 3 3
      iOSClient/AppDelegate.m
  2. 1 1
      iOSClient/Networking/CCNetworking.m

+ 3 - 3
iOSClient/AppDelegate.m

@@ -136,12 +136,12 @@
     // Add notification change session
     [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(sessionChanged:) name:networkingSessionNotification object:nil];
         
-    // Inizializzazioni Share
+    // Initialization Share
     self.sharesID = [[NSMutableDictionary alloc] init];
     self.sharesLink = [[NSMutableDictionary alloc] init];
     self.sharesUserAndGroup = [[NSMutableDictionary alloc] init];
     
-    // Initialize Notification
+    // Initialization Notification
     self.listOfNotifications = [[NSMutableDictionary alloc] init];
     
     // Verify Session in progress and Init date task
@@ -152,7 +152,7 @@
     // Background Fetch
     [application setMinimumBackgroundFetchInterval:UIApplicationBackgroundFetchIntervalMinimum];
 
-    // Init List
+    // Initialization List
     self.listProgressMetadata = [[NSMutableDictionary alloc] init];
     self.listChangeTask = [[NSMutableDictionary alloc] init];
     self.listMainVC = [[NSMutableDictionary alloc] init];

+ 1 - 1
iOSClient/Networking/CCNetworking.m

@@ -69,7 +69,7 @@
     _currentProgressMetadata = [[CCMetadata alloc] init];
     _delegates = [[NSMutableDictionary alloc] init];
     
-    // Inizializzazione Sessions
+    // Initialization Sessions
     [self sessionDownload];
     [self sessionDownloadForeground];
     [self sessionWWanDownload];