From 1fc618f6d3d20543df4f6ca01235bedad0197644 Mon Sep 17 00:00:00 2001
From: IT-KIMI_SHI\SINOIT.KIMI <kimi42345@gmail.com>
Date: 星期二, 12 六月 2018 14:48:31 +0800
Subject: [PATCH] no message

---
 source/my/frame/src/frame/upload/ParameterParser.java |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/source/my/frame/src/frame/upload/ParameterParser.java b/source/my/frame/src/frame/upload/ParameterParser.java
index a51e9a3..2126d43 100644
--- a/source/my/frame/src/frame/upload/ParameterParser.java
+++ b/source/my/frame/src/frame/upload/ParameterParser.java
@@ -39,12 +39,12 @@
     private char[] chars = null;
 
     /**
-     * Current position in the string.
+     * Current position in the String.
      */
     private int pos = 0;
 
     /**
-     * Maximum position in the string.
+     * Maximum position in the String.
      */
     private int len = 0;
 
@@ -215,11 +215,11 @@
     }
 
     /**
-     * Extracts a map of name/value pairs from the given string. Names are
+     * Extracts a map of name/value pairs from the given String. Names are
      * expected to be unique. Multiple separators may be specified and
-     * the earliest found in the input string is used.
+     * the earliest found in the input String is used.
      *
-     * @param str the string that contains a sequence of name/value pairs
+     * @param str the String that contains a sequence of name/value pairs
      * @param separators the name/value pairs separators
      *
      * @return a map of name/value pairs
@@ -245,10 +245,10 @@
     }
 
     /**
-     * Extracts a map of name/value pairs from the given string. Names are
+     * Extracts a map of name/value pairs from the given String. Names are
      * expected to be unique.
      *
-     * @param str the string that contains a sequence of name/value pairs
+     * @param str the String that contains a sequence of name/value pairs
      * @param separator the name/value pairs separator
      *
      * @return a map of name/value pairs

--
Gitblit v1.8.0