Merged gcj-eclipse branch to trunk.
From-SVN: r120621
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user