Javadoc: Use "file system" instead of "filesystem".

This commit is contained in:
Gary Gregory 2019-05-30 13:55:13 -04:00
parent 77a18f0065
commit 71aed1094c
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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.