Skip to content
This repository was archived by the owner on Jul 31, 2022. It is now read-only.

Commit 705237a

Browse files
committed
Update FileHandler.java
1 parent 5a94c53 commit 705237a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/kttdevelopment/simplehttpserver/handler/FileHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* The <code>directoryName</code> parameter determines the directory's name. Add the files at the top level by keeping this field empty. <br>
1818
* The <code>loadingOption</code> parameter determines how files should be loaded (see {@link ByteLoadingOption}). <br>
1919
* The <code>walk</code> parameter determines if all the inner directories should be used.
20-
* The handler will not add any null files and will always use the latest file added for a particular context.
20+
* The handler will returns data given by the {@link FileHandlerAdapter} unless overridden.
2121
*
2222
* @see FileHandlerAdapter
2323
* @see ByteLoadingOption

0 commit comments

Comments
 (0)