8073611: javax.script.ScriptEngineFactory: formatting error in javadoc of getParameter
Reviewed-by: sundar
This commit is contained in:
parent
b263937bb2
commit
31d11c4f48
@ -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.
|
||||
* <li><code>"STATELESS"</code> - The implementation satisfies the requirements of
|
||||
* <li><code>"THREAD-ISOLATED"</code>. In addition, script executions do not alter the
|
||||
* <code>"THREAD-ISOLATED"</code>. In addition, script executions do not alter the
|
||||
* mappings in the <code>Bindings</code> which is the engine scope of the
|
||||
* <code>ScriptEngine</code>. In particular, the keys in the <code>Bindings</code>
|
||||
* and their associated values are the same before and after the execution of the script.
|
||||
|
Loading…
x
Reference in New Issue
Block a user