This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-math.git
The following commit(s) were added to refs/heads/master by this push: new 71aed10 Javadoc: Use "file system" instead of "filesystem". 71aed10 is described below commit 71aed1094ca6e460297a11ef1faaaefa1f483a87 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Thu May 30 13:55:13 2019 -0400 Javadoc: Use "file system" instead of "filesystem". --- src/main/java/org/apache/commons/math4/ode/ContinuousOutputModel.java | 2 +- src/main/java/org/apache/commons/math4/ode/package-info.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/apache/commons/math4/ode/ContinuousOutputModel.java b/src/main/java/org/apache/commons/math4/ode/ContinuousOutputModel.java index 2f555ca..d89b700 100644 --- a/src/main/java/org/apache/commons/math4/ode/ContinuousOutputModel.java +++ b/src/main/java/org/apache/commons/math4/ode/ContinuousOutputModel.java @@ -69,7 +69,7 @@ import org.apache.commons.math4.util.FastMath; * <p>An important feature of this class is that it implements the * <code>Serializable</code> interface. This means that the result of * an integration can be serialized and reused later (if stored into a - * persistent medium like a filesystem or a database) or elsewhere (if + * persistent medium like a file system or a database) or elsewhere (if * sent to another application). Only the result of the integration is * stored, there is no reference to the integrated problem by * itself.</p> diff --git a/src/main/java/org/apache/commons/math4/ode/package-info.java b/src/main/java/org/apache/commons/math4/ode/package-info.java index f905d77..d47a815 100644 --- a/src/main/java/org/apache/commons/math4/ode/package-info.java +++ b/src/main/java/org/apache/commons/math4/ode/package-info.java @@ -90,7 +90,7 @@ * of this class is that it implements the <code>Serializable</code> * interface. This means that a complete continuous model of the * integrated function throughout the integration range can be serialized - * and reused later (if stored into a persistent medium like a filesystem + * and reused later (if stored into a persistent medium like a file system * or a database) or elsewhere (if sent to another application). Only the * result of the integration is stored, there is no reference to the * integrated problem by itself.