8008947: ScriptEnvironment ctor should be public
Reviewed-by: lagergren, attila
This commit is contained in:
parent
9e9c04939b
commit
41974c2e07
nashorn
@ -24,3 +24,4 @@ jcov2/*
|
|||||||
.idea/*
|
.idea/*
|
||||||
test/lib/testng.jar
|
test/lib/testng.jar
|
||||||
test/script/external/*
|
test/script/external/*
|
||||||
|
.project
|
||||||
|
@ -186,7 +186,7 @@ public final class ScriptEnvironment {
|
|||||||
* @param out output print writer
|
* @param out output print writer
|
||||||
* @param err error print writer
|
* @param err error print writer
|
||||||
*/
|
*/
|
||||||
ScriptEnvironment(final Options options, final PrintWriter out, final PrintWriter err) {
|
public ScriptEnvironment(final Options options, final PrintWriter out, final PrintWriter err) {
|
||||||
this.out = out;
|
this.out = out;
|
||||||
this.err = err;
|
this.err = err;
|
||||||
this.namespace = new Namespace();
|
this.namespace = new Namespace();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user