Fixes JavaDoc

This commit is contained in:
Lukasz Lenart
2017-10-13 18:37:49 +02:00
parent 3fa7aa9217
commit 3d33a82da5
@@ -47,7 +47,7 @@ import java.util.*;
*
* <p>
* The files are uploaded when the object is instantiated. If there are any errors they are logged using
* {@link #addError(String)}. An action handling a multipart form should first check {@link #hasErrors()}
* {@link #addError(LocalizedMessage)}. An action handling a multipart form should first check {@link #hasErrors()}
* before doing any other processing.
* </p>
*