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:
Gary D. Gregory 2004-11-06 01:27:59 +00:00
parent bbdd2932db
commit bf0e5af79d

View File

@ -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>&quot;\n<&quot;</code> on UNIX).</p>
* (<code>&quot;\n&quot;</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>