Removed comment:

// Windows XP returns 'Windows 2000' just for fun...
On my machine (Windows XP Pro SP1) the os.name property is "Windows XP".


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137909 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2004-08-30 21:21:18 +00:00
parent ad4bde97cd
commit ee77c44ba5
1 changed files with 1 additions and 2 deletions

View File

@ -33,7 +33,7 @@
* @author Tetsuya Kaneuchi
* @author Rafal Krupinski
* @since 1.0
* @version $Id: SystemUtils.java,v 1.34 2004/08/30 21:19:52 ggregory Exp $
* @version $Id: SystemUtils.java,v 1.35 2004/08/30 21:21:18 ggregory Exp $
*/
public class SystemUtils {
@ -1044,7 +1044,6 @@ public class SystemUtils {
* @since 2.0
*/
public static final boolean IS_OS_WINDOWS_XP = getOSMatches(OS_NAME_WINDOWS_PREFIX, "5.1");
// Windows XP returns 'Windows 2000' just for fun...
//-----------------------------------------------------------------------
/**