GitHub user mureinik opened a pull request:

    https://github.com/apache/commons-lang/pull/274

    Fix ExceptionUtils#getStackFrame(String) javadoc

    `ExceptionUtils#getStackFrame(String)`'s javadoc contains a broken 
reference to `SystemUtils#LINE_SEPARATOR` (as the class name is not fully 
qualified, and there's no import of `org.apache.commons.lang3.SystemUtils`).
    
    This patch fixes the broken reference by replacing it it with a reference 
to `System#lineSeparator()`, which the method actually uses.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mureinik/commons-lang lineseparator

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/commons-lang/pull/274.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #274
    
----
commit 564bd25adc51d29f991545395a5e53e0c96e3171
Author: Allon Mureinik <amure...@redhat.com>
Date:   2017-07-01T11:50:41Z

    Fix ExceptionUtils#getStackFrame(String) javadoc
    
    ExceptionUtils#getStackFrame(String)'s javadoc contains a broken
    reference to SystemUtils#LINE_SEPARATOR (as the class name is not
    fully qualified, and there's no import of
    org.apache.commons.lang3.SystemUtils).
    
    This patch fixes the broken reference by replacing it it with a
    reference to System#lineSeparator(), which the method actually uses.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to