We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d6b3ab commit 5e3826fCopy full SHA for 5e3826f
1 file changed
src/main/java/org/apache/commons/io/IOCase.java
@@ -23,13 +23,16 @@
23
* <p>
24
* Different filing systems have different rules for case-sensitivity.
25
* Windows is case-insensitive, Unix is case-sensitive.
26
+ * </p>
27
28
* This class captures that difference, providing an enumeration to
29
* control how file name comparisons should be performed. It also provides
30
* methods that use the enumeration to perform comparisons.
31
32
33
* Wherever possible, you should use the <code>check</code> methods in this
34
* class to compare file names.
35
36
*
37
* @since 1.3
38
*/
0 commit comments