# HG changeset patch # User akolarkunnu # Date 1465299826 0 # Node ID da63f7ec513b82d9dfff964f66772f7c1f6647b5 # Parent cc3a0d1e96e0ec3c199192c057f6ff2b1a03577e 8073611: javax.script.ScriptEngineFactory: formatting error in javadoc of getParameter Reviewed-by: sundar diff -r cc3a0d1e96e0 -r da63f7ec513b jdk/src/java.scripting/share/classes/javax/script/ScriptEngineFactory.java --- a/jdk/src/java.scripting/share/classes/javax/script/ScriptEngineFactory.java Tue Jun 07 12:29:19 2016 +0100 +++ b/jdk/src/java.scripting/share/classes/javax/script/ScriptEngineFactory.java Tue Jun 07 11:43:46 2016 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2005, 2016, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -128,7 +128,7 @@ * of "MULTITHREADED", and also, the engine maintains independent values * for symbols in scripts executing on different threads. *
  • "STATELESS" - The implementation satisfies the requirements of - *
  • "THREAD-ISOLATED". In addition, script executions do not alter the + * "THREAD-ISOLATED". In addition, script executions do not alter the * mappings in the Bindings which is the engine scope of the * ScriptEngine. In particular, the keys in the Bindings * and their associated values are the same before and after the execution of the script.