GitHub user anew opened a pull request:

    https://github.com/apache/incubator-tephra/pull/57

    (TEHPRA-260) Build should not fail on Javadoc errors

    Java 8 has much stricter Javadoc errors. Many of them are bogus, for 
example:
    - you can't use <> inside a pre-formatted section, as in our 
TransactionAware class:
    ```
    /**
     * Interface to be implemented by a component that interacts with 
transaction logic.
     * <pre>
     *  TransactionAware dataSet = // ...              // dataSet is one 
example of component that interacts with tx logic
     * ...
     *  // ... do other operations on dataSet
     *  Collection<byte[]> changes = dataSet.getTxChanges();
     * ...
     * </pre>
     */
    ```
    Find a way to bypass these errors.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/anew/incubator-tephra tephra-260-javadoc

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-tephra/pull/57.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 #57
    
----
commit 2800b86672c7ef729ffd70ede8ec6a1062805fb2
Author: anew <[email protected]>
Date:   2017-09-13T07:38:26Z

    (TEHPRA-260) Build should not fail on Javadoc errors

----


---

Reply via email to