src/share/classes/javax/lang/model/util/Elements.java

Print this page

        

@@ -245,10 +245,11 @@
     /**
      * Return a name with the same sequence of characters as the
      * argument.
      *
      * @param cs the character sequence to return as a name
+     * @return a name with the same sequence of characters as the argument
      */
     Name getName(CharSequence cs);
 
     /**
      * Returns {@code true} if the type element is a functional interface, {@code false} otherwise.