@@ -120,8 +120,7 @@ |
||
120 | 120 | try |
121 | 121 | { |
122 | 122 | $this->exec(($this->java ?: 'java') . ' -version'); |
123 | - } |
|
124 | - catch(Exception $exception) |
|
123 | + } catch(Exception $exception) |
|
125 | 124 | { |
126 | 125 | throw new Exception('Java command not found'); |
127 | 126 | } |