Skip to content

Commit 32259a1

Browse files
authored
Update MultipartFormParser.java
1 parent 916eb3f commit 32259a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/robaho/net/httpserver/extras/MultipartFormParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import java.util.List;
1111
import java.util.Map;
1212

13-
/** This is a work in progress and not ready for production */
13+
/** This is a work in progress and does not work!!! */
1414
public class MultipartFormParser {
1515

1616
/**

0 commit comments

Comments
 (0)