Repository: commons-fileupload Updated Branches: refs/heads/master 106ad776a -> 4c4057b8e
Fix indentation Project: http://git-wip-us.apache.org/repos/asf/commons-fileupload/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-fileupload/commit/4c4057b8 Tree: http://git-wip-us.apache.org/repos/asf/commons-fileupload/tree/4c4057b8 Diff: http://git-wip-us.apache.org/repos/asf/commons-fileupload/diff/4c4057b8 Branch: refs/heads/master Commit: 4c4057b8ec49bfb7880d4100c775fc714bce4a73 Parents: 106ad77 Author: Bruno P. Kinoshita <brunodepau...@yahoo.com.br> Authored: Sun Jun 11 16:17:32 2017 +1200 Committer: Bruno P. Kinoshita <brunodepau...@yahoo.com.br> Committed: Sun Jun 11 16:17:32 2017 +1200 ---------------------------------------------------------------------- .../java/org/apache/commons/fileupload/portlet/package-info.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-fileupload/blob/4c4057b8/src/main/java/org/apache/commons/fileupload/portlet/package-info.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/commons/fileupload/portlet/package-info.java b/src/main/java/org/apache/commons/fileupload/portlet/package-info.java index 7251b60..e39b6ca 100644 --- a/src/main/java/org/apache/commons/fileupload/portlet/package-info.java +++ b/src/main/java/org/apache/commons/fileupload/portlet/package-info.java @@ -30,7 +30,7 @@ * The following code fragment demonstrates typical usage. * </p> * <pre> - * DiskFileItemFactory factory = new DiskFileItemFactory(); + * DiskFileItemFactory factory = new DiskFileItemFactory(); * // Configure the factory here, if desired. * PortletFileUpload upload = new PortletFileUpload(factory); * // Configure the uploader here, if desired.