Skip to content

Commit 3800bd7

Browse files
committed
Add documentation
1 parent a6b1d0e commit 3800bd7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/src/main/java/org/fao/geonet/util/LimitedInputStream.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
import java.io.InputStream;
77

88
/**
9-
*
9+
* Implementation of {@link org.apache.commons.fileupload.util.LimitedInputStream} that throws a
10+
* {@link RemoteFileTooLargeException} when the configured limit is exceeded.
1011
*/
1112
public class LimitedInputStream extends org.apache.commons.fileupload.util.LimitedInputStream {
1213

0 commit comments

Comments
 (0)