GitHub user michalsenkyr opened a pull request:
https://github.com/apache/spark/pull/16201
[SPARK-3359][DOCS] Fix grater-than symbols in Javadoc to allow building
with Java 8
## What changes were proposed in this pull request?
The API documentation build was failing when using Java 8 due to incorrect
character `>` in Javadoc.
Replace `>` with `>` in Javadoc to allow the build to pass.
## How was this patch tested?
Documentation was built and inspected manually to ensure it still displays
correctly in the browser
```
cd docs && jekyll serve
```
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/michalsenkyr/spark javadoc8-gt-fix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/16201.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #16201
----
commit 84a7163184e88b827328557c5c9e8882558afef7
Author: Michal Senkyr <[email protected]>
Date: 2016-12-07T23:56:00Z
Replace > with >
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]