Revision: 1525
          http://svn.sourceforge.net/spring-rich-c/?rev=1525&view=rev
Author:   ge0ffrey
Date:     2006-10-20 01:31:54 -0700 (Fri, 20 Oct 2006)

Log Message:
-----------
updated javadocs to reality

Modified Paths:
--------------
    
trunk/spring-richclient/support/src/main/java/org/springframework/richclient/image/DefaultIconSource.java
    
trunk/spring-richclient/support/src/main/java/org/springframework/richclient/image/DefaultImageSource.java

Modified: 
trunk/spring-richclient/support/src/main/java/org/springframework/richclient/image/DefaultIconSource.java
===================================================================
--- 
trunk/spring-richclient/support/src/main/java/org/springframework/richclient/image/DefaultIconSource.java
   2006-10-20 08:11:38 UTC (rev 1524)
+++ 
trunk/spring-richclient/support/src/main/java/org/springframework/richclient/image/DefaultIconSource.java
   2006-10-20 08:31:54 UTC (rev 1525)
@@ -27,7 +27,8 @@
 
 /**
  * The default implementation of ImageIconRegistry. This implementation caches
- * all icons using soft references. More specifically, cached icons will remain
+ * all icons using soft references (TODO it just lazy loads them, but it 
doesn't use SoftReference).
+ * More specifically, cached icons will remain
  * in memory unless there is a shortage of resources in the system.
  * 
  * @author Keith Donald

Modified: 
trunk/spring-richclient/support/src/main/java/org/springframework/richclient/image/DefaultImageSource.java
===================================================================
--- 
trunk/spring-richclient/support/src/main/java/org/springframework/richclient/image/DefaultImageSource.java
  2006-10-20 08:11:38 UTC (rev 1524)
+++ 
trunk/spring-richclient/support/src/main/java/org/springframework/richclient/image/DefaultImageSource.java
  2006-10-20 08:31:54 UTC (rev 1525)
@@ -34,7 +34,7 @@
  * For example, <code>action.edit.copy = /images/edit/copy.gif</code>
  * <p>
  * This class by default performs caching of all loaded image resources using
- * soft references.
+ * soft references (TODO it just lazy loads them, but it doesn't use 
SoftReference).
  * 
  * @author Keith Donald
  */


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
spring-rich-c-cvs mailing list
spring-rich-c-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/spring-rich-c-cvs

Reply via email to