Skip to content

Commit 5e3826f

Browse files
author
Gary Gregory
committed
Close Javadoc HTML tags.
1 parent 5d6b3ab commit 5e3826f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/main/java/org/apache/commons/io/IOCase.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,16 @@
2323
* <p>
2424
* Different filing systems have different rules for case-sensitivity.
2525
* Windows is case-insensitive, Unix is case-sensitive.
26+
* </p>
2627
* <p>
2728
* This class captures that difference, providing an enumeration to
2829
* control how file name comparisons should be performed. It also provides
2930
* methods that use the enumeration to perform comparisons.
31+
* </p>
3032
* <p>
3133
* Wherever possible, you should use the <code>check</code> methods in this
3234
* class to compare file names.
35+
* </p>
3336
*
3437
* @since 1.3
3538
*/

0 commit comments

Comments
 (0)