Various methods carry through a typo of atttribute, which isn't reflected in the Javadoc for the methods
e.g.:
/**
* Access an attribute, don't rely on a specific attribute type
* @param name the attribute name
* @return
*/
public JcProperty atttribute(String name) {
return checkField_getJcVal(name, JcProperty.class);
}
Various methods carry through a typo of atttribute, which isn't reflected in the Javadoc for the methods e.g.: