Skip to content

Commit

Permalink
Changed run() from private to protected
Browse files Browse the repository at this point in the history
  • Loading branch information
NinoSkopac authored Jan 4, 2017
1 parent 1f4e314 commit eb4a5e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TikaWrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class TikaWrapper {
* @return string
* @throws RuntimeException
*/
private static function run($option, $fileName){
protected static function run($option, $fileName){
$file = new SplFileInfo($fileName);
$tikaPath = __DIR__ . "/../vendor/";
$shellCommand = 'java -jar tika-app-1.12.jar ' . $option . ' "' . $file->getRealPath() . '"';
Expand Down

0 comments on commit eb4a5e8

Please sign in to comment.