You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tv...@apache.org on 2011/11/05 20:15:40 UTC

svn commit: r1198020 - /commons/proper/jcs/trunk/src/java/org/apache/jcs/access/exception/CacheException.java

Author: tv
Date: Sat Nov  5 19:15:39 2011
New Revision: 1198020

URL: http://svn.apache.org/viewvc?rev=1198020&view=rev
Log:
Todo done.

Modified:
    commons/proper/jcs/trunk/src/java/org/apache/jcs/access/exception/CacheException.java

Modified: commons/proper/jcs/trunk/src/java/org/apache/jcs/access/exception/CacheException.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/src/java/org/apache/jcs/access/exception/CacheException.java?rev=1198020&r1=1198019&r2=1198020&view=diff
==============================================================================
--- commons/proper/jcs/trunk/src/java/org/apache/jcs/access/exception/CacheException.java (original)
+++ commons/proper/jcs/trunk/src/java/org/apache/jcs/access/exception/CacheException.java Sat Nov  5 19:15:39 2011
@@ -21,8 +21,6 @@ package org.apache.jcs.access.exception;
 
 /**
  * This is the most general exception the cache throws.
- * <p>
- * TODO make nested with no external dependencies.
  */
 public class CacheException
     extends Exception