mirror of https://github.com/apache/lucene.git
- Javadoc fix for bug 7461.
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149717 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
23389df13c
commit
b5e628af32
|
@ -75,7 +75,7 @@ public final class Constants {
|
|||
|
||||
/** The value of <tt>System.getProperty("os.name")<tt>. **/
|
||||
public static final String OS_NAME = System.getProperty("os.name");
|
||||
/** True iff running on Windows. */
|
||||
/** True iff running on Linux. */
|
||||
public static final boolean LINUX = OS_NAME.startsWith("Linux");
|
||||
/** True iff running on Windows. */
|
||||
public static final boolean WINDOWS = OS_NAME.startsWith("Windows");
|
||||
|
|
Loading…
Reference in New Issue