File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
src/main/java/org/apache/commons/io/filefilter Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -122,6 +122,7 @@ public PrefixFileFilter(final String prefix) {
122122 * <p>
123123 * The array is not cloned, so could be changed after constructing the
124124 * instance. This would be inadvisable however.
125+ * </p>
125126 *
126127 * @param prefixes the prefixes to allow, must not be null
127128 * @throws IllegalArgumentException if the prefix array is null
Original file line number Diff line number Diff line change @@ -123,6 +123,7 @@ public SuffixFileFilter(final String suffix) {
123123 * <p>
124124 * The array is not cloned, so could be changed after constructing the
125125 * instance. This would be inadvisable however.
126+ * </p>
126127 *
127128 * @param suffixes the suffixes to allow, must not be null
128129 * @throws NullPointerException if the suffix array is null
You can’t perform that action at this time.
0 commit comments