jdk/src/jdk.security.auth/share/classes/com/sun/security/auth/module/SolarisSystem.java
changeset 39047 cf08ea56b4de
parent 34894 3248b89d1921
equal deleted inserted replaced
39046:db1dddd32a8f 39047:cf08ea56b4de
    28 /**
    28 /**
    29  * This class implementation retrieves and makes available Solaris
    29  * This class implementation retrieves and makes available Solaris
    30  * UID/GID/groups information for the current user.
    30  * UID/GID/groups information for the current user.
    31  *
    31  *
    32  * @deprecated replaced by {@link UnixSystem}.
    32  * @deprecated replaced by {@link UnixSystem}.
       
    33  * This class is subject to removal in a future version of Java SE.
    33  */
    34  */
    34 @Deprecated
    35 @Deprecated(since="1.4", forRemoval=true)
    35 public class SolarisSystem {
    36 public class SolarisSystem {
    36 
    37 
    37     private native void getSolarisInfo();
    38     private native void getSolarisInfo();
    38 
    39 
    39     protected String username;
    40     protected String username;