[
https://issues.apache.org/jira/browse/LANG-1687?focusedWorklogId=780287&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-780287
]
ASF GitHub Bot logged work on LANG-1687:
----------------------------------------
Author: ASF GitHub Bot
Created on: 10/Jun/22 11:22
Start Date: 10/Jun/22 11:22
Worklog Time Spent: 10m
Work Description: garydgregory commented on PR #908:
URL: https://github.com/apache/commons-lang/pull/908#issuecomment-1152257355
@TaeYongPark96 ?
Issue Time Tracking
-------------------
Worklog Id: (was: 780287)
Time Spent: 20m (was: 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: 20m
> 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)