You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/07/05 12:42:00 UTC

[jira] [Work logged] (LANG-1687) java Document update

     [ https://issues.apache.org/jira/browse/LANG-1687?focusedWorklogId=787833&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-787833 ]

ASF GitHub Bot logged work on LANG-1687:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 05/Jul/22 12:41
            Start Date: 05/Jul/22 12:41
    Worklog Time Spent: 10m 
      Work Description: garydgregory closed pull request #908: [LANG-1687] fix java Doc
URL: https://github.com/apache/commons-lang/pull/908




Issue Time Tracking
-------------------

    Worklog Id:     (was: 787833)
    Time Spent: 40m  (was: 0.5h)

> java Document update
> --------------------
>
>                 Key: LANG-1687
>                 URL: https://issues.apache.org/jira/browse/LANG-1687
>             Project: Commons Lang
>          Issue Type: Improvement
>          Components: lang.*
>            Reporter: taeyongpark
>            Priority: Minor
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> The example of java document is incorrect.
>  
> This is not incorrect: 
> {code:java}
> StringUtils.substringBetween("yabczyabcz", "y", "z")   = "abc"{code}
> This is correct: 
> {code:java}
> StringUtils.substringBetween("yabczyabcz", "y", "z")   = "abczyabc"{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)