src/share/classes/javax/script/ScriptEngineFactory.java

Print this page
rev 10350 : 8068279: (typo in the spec) javax.script.ScriptEngineFactory.getLanguageName
Reviewed-by: jlaskey, alanb

*** 83,93 **** * @return an immutable list of short names */ public List<String> getNames(); /** ! * Returns the name of the scripting langauge supported by this * <code>ScriptEngine</code>. * @return The name of the supported language. */ public String getLanguageName(); --- 83,93 ---- * @return an immutable list of short names */ public List<String> getNames(); /** ! * Returns the name of the scripting language supported by this * <code>ScriptEngine</code>. * @return The name of the supported language. */ public String getLanguageName();