mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-06 10:08:32 +00:00
Javadox typo.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137993 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bbdd2932db
commit
bf0e5af79d
@ -33,7 +33,7 @@
|
||||
* @author Tetsuya Kaneuchi
|
||||
* @author Rafal Krupinski
|
||||
* @since 1.0
|
||||
* @version $Id: SystemUtils.java,v 1.36 2004/10/08 00:10:59 scolebourne Exp $
|
||||
* @version $Id: SystemUtils.java,v 1.37 2004/11/06 01:27:59 ggregory Exp $
|
||||
*/
|
||||
public class SystemUtils {
|
||||
|
||||
@ -595,7 +595,7 @@ public class SystemUtils {
|
||||
|
||||
/**
|
||||
* <p>The <code>line.separator</code> System Property. Line separator
|
||||
* (<code>"\n<"</code> on UNIX).</p>
|
||||
* (<code>"\n"</code> on UNIX).</p>
|
||||
*
|
||||
* <p>Defaults to <code>null</code> if the runtime does not have
|
||||
* security access to read this property or the property does not exist.</p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user