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/06/07 09:19:00 UTC

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

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

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

                Author: ASF GitHub Bot
            Created on: 07/Jun/22 09:18
            Start Date: 07/Jun/22 09:18
    Worklog Time Spent: 10m 
      Work Description: TaeYongPark96 opened a new pull request, #908:
URL: https://github.com/apache/commons-lang/pull/908

   The example of java document is incorrect.
   StringUtils.substringBetween("yabczyabcz", "y", "z")   = "abc" => 
   StringUtils.substringBetween("yabczyabcz", "y", "z")   = "abczyabc" => 




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

            Worklog Id:     (was: 778943)
    Remaining Estimate: 0h
            Time Spent: 10m

> 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: 10m
>  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.7#820007)