adium 2238:f1ac90c5b3f8: Make this comment lie less

commits at adium.im commits at adium.im
Mon May 18 01:34:33 UTC 2009


details:	http://hg.adium.im/adium/rev/f1ac90c5b3f8
revision:	2238:f1ac90c5b3f8
author:		David Smith <catfish.man at gmail.com>
date:		Sun May 17 18:34:22 2009 -0700

Make this comment lie less

diffstat:

 Source/AIPreferenceContainer.m |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r f55083dd3e49 -r f1ac90c5b3f8 Source/AIPreferenceContainer.m
--- a/Source/AIPreferenceContainer.m	Sun May 17 21:27:32 2009 -0400
+++ b/Source/AIPreferenceContainer.m	Sun May 17 18:34:22 2009 -0700
@@ -41,8 +41,7 @@
  * @brief Preference Container
  *
  * A single AIPreferenceContainer instance provides read/write access preferences to a specific preference group, either
- * for the global preferences or for a specific object.  After EMPTY_CACHE_DELAY seconds, it releases its preferences from memory;
- * it will reload them from disk as needed when accessed again.
+ * for the global preferences or for a specific object.
  *
  * All contacts share a single plist on-disk, loaded into a single mutable dictionary in-memory, objectPrefs.
  * All accounts share a single plist on-disk, loaded into a single mutable dictionary in-memory, accountPrefs.
@@ -52,8 +51,6 @@
  * SAVE_OBJECT_PREFS_DELAY interval across all instances of AIPreferenceContainer for a given global dictionary. Because creating
  * the data representation of a large dictionary and writing it out can be time-consuming (certainly less than a second, but still long
  * enough to cause a perceptible delay for a user actively typing or interacting with Adium), saving is performed on a thread.
- *
- * When no instances are currently making use of a global dictionary, it is removed from memory; it will be reloaded from disk as needed.
  */
 @implementation AIPreferenceContainer
 




More information about the commits mailing list