jdk/src/java.scripting/share/classes/javax/script/ScriptContext.java
changeset 28059 e576535359cc
parent 25859 3317bb8137f4
child 41554 fc6a35a87a52
--- a/jdk/src/java.scripting/share/classes/javax/script/ScriptContext.java	Fri Dec 12 15:07:00 2014 -0500
+++ b/jdk/src/java.scripting/share/classes/javax/script/ScriptContext.java	Thu Oct 30 07:31:41 2014 -0700
@@ -130,7 +130,7 @@
      * is determined by the numeric value of the scope parameter (lowest
      * scope values first.)
      *
-     * @param name The name of the the attribute to retrieve.
+     * @param name The name of the attribute to retrieve.
      * @return The value of the attribute in the lowest scope for
      * which an attribute with the given name is defined.  Returns
      * null if no attribute with the name exists in any scope.