Skip to content

Commit

Permalink
Add back in toString override
Browse files Browse the repository at this point in the history
  • Loading branch information
hollingsworthd committed Nov 25, 2015
1 parent 46f1c48 commit 8034932
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/com/machinepublishers/jbrowserdriver/JavaFxObject.java
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,9 @@ JavaFxObject call(String methodName, Object... params) {
throw new Fatal(e);
}
}

@Override
public String toString() {
return unwrap().toString();
}
}

0 comments on commit 8034932

Please sign in to comment.