Merged gcj-eclipse branch to trunk.
From-SVN: r120621
This commit is contained in:
parent
c648dedbde
commit
97b8365caf
17478 changed files with 606493 additions and 100744 deletions
|
@ -251,7 +251,7 @@ public abstract class Preferences {
|
|||
* @exception SecurityException when a security manager is installed and
|
||||
* the caller does not have <code>RuntimePermission("preferences")</code>.
|
||||
*/
|
||||
public static Preferences systemNodeForPackage(Class c)
|
||||
public static Preferences systemNodeForPackage(Class<?> c)
|
||||
throws SecurityException
|
||||
{
|
||||
return nodeForPackage(c, systemRoot());
|
||||
|
@ -270,7 +270,7 @@ public abstract class Preferences {
|
|||
* @exception SecurityException when a security manager is installed and
|
||||
* the caller does not have <code>RuntimePermission("preferences")</code>.
|
||||
*/
|
||||
public static Preferences userNodeForPackage(Class c)
|
||||
public static Preferences userNodeForPackage(Class<?> c)
|
||||
throws SecurityException
|
||||
{
|
||||
return nodeForPackage(c, userRoot());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue