jdk/src/share/classes/javax/management/openmbean/OpenType.java
changeset 3446 4a07252d2e92
parent 1510 e747d3193ef2
child 4156 acaa49a2768a
equal deleted inserted replaced
3445:39d00a6cac5e 3446:4a07252d2e92
   302      * &quot;<code>[[[I</code>&quot; (without the quotes)
   302      * &quot;<code>[[[I</code>&quot; (without the quotes)
   303      *
   303      *
   304      * @return the class name.
   304      * @return the class name.
   305      */
   305      */
   306     public String getClassName() {
   306     public String getClassName() {
   307 
   307         return className;
       
   308     }
       
   309 
       
   310     // A version of getClassName() that can only be called from within this
       
   311     // package and that cannot be overridden.
       
   312     String safeGetClassName() {
   308         return className;
   313         return className;
   309     }
   314     }
   310 
   315 
   311     /**
   316     /**
   312      * Returns the name of this <code>OpenType</code> instance.
   317      * Returns the name of this <code>OpenType</code> instance.