Skip to content

Commit

Permalink
code fix
Browse files Browse the repository at this point in the history
  • Loading branch information
belgattitude committed Apr 22, 2017
1 parent aaba303 commit f779650
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ class JavaException extends Exception implements JavaType
public function __construct(...$args)
{
$this->__client = PjbProxyClient::getInstance()->getClient();
//$args = func_get_args();
$name = array_shift($args);
if (is_array($name)) {
$args = $name;
Expand Down

0 comments on commit f779650

Please sign in to comment.