You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ma...@apache.org on 2017/12/05 09:59:32 UTC

[2/4] commons-fileupload git commit: Fix typo

Fix typo


Project: http://git-wip-us.apache.org/repos/asf/commons-fileupload/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-fileupload/commit/a2446c7f
Tree: http://git-wip-us.apache.org/repos/asf/commons-fileupload/tree/a2446c7f
Diff: http://git-wip-us.apache.org/repos/asf/commons-fileupload/diff/a2446c7f

Branch: refs/heads/master
Commit: a2446c7fced12f49766206009ba193b8e1563ca5
Parents: 3cc0a34
Author: Mark Thomas <ma...@apache.org>
Authored: Tue Dec 5 09:58:10 2017 +0000
Committer: Mark Thomas <ma...@apache.org>
Committed: Tue Dec 5 09:58:10 2017 +0000

----------------------------------------------------------------------
 .../org/apache/commons/fileupload/disk/DiskFileItemFactory.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-fileupload/blob/a2446c7f/src/main/java/org/apache/commons/fileupload/disk/DiskFileItemFactory.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/fileupload/disk/DiskFileItemFactory.java b/src/main/java/org/apache/commons/fileupload/disk/DiskFileItemFactory.java
index 6a00a0c..c9deb50 100644
--- a/src/main/java/org/apache/commons/fileupload/disk/DiskFileItemFactory.java
+++ b/src/main/java/org/apache/commons/fileupload/disk/DiskFileItemFactory.java
@@ -241,7 +241,7 @@ public class DiskFileItemFactory implements FileItemFactory {
     /**
      * Sets the default charset for use when no explicit charset
      * parameter is provided by the sender.
-     * @param pCsharset the default charset
+     * @param pCharset the default charset
      */
     public void setDefaultCharset(String pCharset) {
         defaultCharset = pCharset;