Merge GNU Classpath 0.99 into libjava.
From-SVN: r185741
This commit is contained in:
parent
21669dfe20
commit
0563022a20
516 changed files with 64503 additions and 61116 deletions
|
@ -1,5 +1,5 @@
|
|||
/* java.util.VMTimeZone
|
||||
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2007
|
||||
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2007, 2010
|
||||
Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Classpath.
|
||||
|
@ -51,6 +51,7 @@ import java.io.*;
|
|||
*/
|
||||
final class VMTimeZone
|
||||
{
|
||||
|
||||
static
|
||||
{
|
||||
if (Configuration.INIT_LOAD_LIBRARY)
|
||||
|
@ -59,6 +60,8 @@ final class VMTimeZone
|
|||
}
|
||||
}
|
||||
|
||||
private VMTimeZone() {} // Prohibits instantiation.
|
||||
|
||||
/**
|
||||
* This method returns a time zone id string which is in the form
|
||||
* (standard zone name) or (standard zone name)(GMT offset) or
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue