Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
ofbiz-rhino
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
3f9fa324
authored
2014-04-16 10:43:42 -0500
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Make the Interface class final.
1 parent
4e00b21d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/com/brainfood/rhino/Console.java
src/com/brainfood/rhino/Console.java
View file @
3f9fa32
...
...
@@ -27,7 +27,7 @@ public abstract class Console<C extends RhinoContainer> extends ScriptableObject
return
sargs
;
}
public
static
class
Interface
{
public
static
final
class
Interface
{
public
static
void
log
(
Context
cx
,
Scriptable
thisObj
,
Object
[]
args
,
Function
funObj
)
{
((
Console
)
thisObj
).
log
(
cx
,
args
,
funObj
);
}
...
...
Please
register
or
sign in
to post a comment