Skip to content

Commit

Permalink
Removing text about file size
Browse files Browse the repository at this point in the history
  • Loading branch information
garcia-jj committed Mar 5, 2014
1 parent 3454f22 commit 55286a5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
public interface MultipartConfig {

/**
* The max size of uploaded files (in bytes). Default value is 2MB.
* The max size of uploaded files (in bytes).
*
* @return
*/
long getSizeLimit();

/**
* The max size of each uploaded file (in bytes). Default value is 2MB.
* The max size of each uploaded file (in bytes).
*
* @return
*/
Expand Down

0 comments on commit 55286a5

Please sign in to comment.