mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 07:39:16 +00:00
ICU-9722 Resolved a JavaDoc warning.
X-SVN-Rev: 33371
This commit is contained in:
parent
0136935f89
commit
2c0cefc43a
1 changed files with 0 additions and 5 deletions
|
@ -2389,11 +2389,6 @@ public class SimpleDateFormat extends DateFormat {
|
|||
* in the text are accepted instead.</li>
|
||||
* <ul><li>we are after a non-numeric field, and the text starts with a ".", we skip it.</li>
|
||||
* </ul>
|
||||
* @param text
|
||||
* @param pos
|
||||
* @param patternLiteral
|
||||
* @param complete
|
||||
* @return
|
||||
*/
|
||||
private int matchLiteral(String text, int pos, Object[] items, int itemIndex, boolean[] complete) {
|
||||
int originalPos = pos;
|
||||
|
|
Loading…
Add table
Reference in a new issue