< prev index next >

src/java.management/share/classes/javax/management/InstanceOfQueryExp.java

Print this page

        

@@ -63,11 +63,11 @@
         this.classNameValue = classNameValue;
     }
 
     /**
      * Returns the class name.
-     * @returns The {@link StringValueExp} returning the name of
+     * @return The {@link StringValueExp} returning the name of
      *        the class of which selected MBeans should be instances.
      */
     public StringValueExp getClassNameValue()  {
         return classNameValue;
     }
< prev index next >