Author: luc
Date: Sun Aug 9 11:58:02 2009
New Revision: 802525
URL: http://svn.apache.org/viewvc?rev=802525&view=rev
Log:
renamed store package into caching package
Added:
commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/caching/
- copied from r802510,
commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/store/
Removed:
commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/store/
Modified:
commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/caching/FetchDifferentiator.java
Modified:
commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/caching/FetchDifferentiator.java
URL:
http://svn.apache.org/viewvc/commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/caching/FetchDifferentiator.java?rev=802525&r1=802510&r2=802525&view=diff
==============================================================================
---
commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/caching/FetchDifferentiator.java
(original)
+++
commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/caching/FetchDifferentiator.java
Sun Aug 9 11:58:02 2009
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-package org.apache.commons.nabla.store;
+package org.apache.commons.nabla.caching;
import org.apache.commons.nabla.core.DifferentiationException;
import org.apache.commons.nabla.core.UnivariateDerivative;
@@ -22,8 +22,8 @@
import org.apache.commons.nabla.core.UnivariateDifferentiator;
/** Differentiator that fetches classes already differentiated by
- * {...@link org.apache.commons.nabla.automatic.AutomaticDifferentiator}.
- * @see org.apache.commons.nabla.automatic.AutomaticDifferentiator
+ * {...@link org.apache.commons.nabla.algorithmic.AutomaticDifferentiator}.
+ * @see org.apache.commons.nabla.algorithmic.AutomaticDifferentiator
*/
public class FetchDifferentiator implements UnivariateDifferentiator {