From 31d11c4f489584b9d68670feddc582f809268ca9 Mon Sep 17 00:00:00 2001 From: Abdul Kolarkunnu Date: Tue, 7 Jun 2016 11:43:46 +0000 Subject: [PATCH] 8073611: javax.script.ScriptEngineFactory: formatting error in javadoc of getParameter Reviewed-by: sundar --- .../share/classes/javax/script/ScriptEngineFactory.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jdk/src/java.scripting/share/classes/javax/script/ScriptEngineFactory.java b/jdk/src/java.scripting/share/classes/javax/script/ScriptEngineFactory.java index f1071d760bd..6536c4e6e31 100644 --- a/jdk/src/java.scripting/share/classes/javax/script/ScriptEngineFactory.java +++ b/jdk/src/java.scripting/share/classes/javax/script/ScriptEngineFactory.java @@ -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 @@ public interface ScriptEngineFactory { * 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.