diff options
Diffstat (limited to 'netx/net/sourceforge/jnlp/LaunchHandler.java')
-rw-r--r-- | netx/net/sourceforge/jnlp/LaunchHandler.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netx/net/sourceforge/jnlp/LaunchHandler.java b/netx/net/sourceforge/jnlp/LaunchHandler.java index f12dcf6..7d6728c 100644 --- a/netx/net/sourceforge/jnlp/LaunchHandler.java +++ b/netx/net/sourceforge/jnlp/LaunchHandler.java @@ -50,7 +50,7 @@ public interface LaunchHandler { * * @return true to allow the application to continue, false to stop it. */ - public boolean validationError(LaunchException security); + public boolean validationError(LaunchException error); // this method will probably be replaced when real security // controller is in place. |