Tom Beerbower created AMBARI-10481:
--------------------------------------
Summary: Views: javadoc build error
Key: AMBARI-10481
URL: https://issues.apache.org/jira/browse/AMBARI-10481
Project: Ambari
Issue Type: Bug
Reporter: Tom Beerbower
Assignee: Tom Beerbower
Fix For: 2.1.0
Using latest version of java and maven and had trouble packaging ambari-views.
It was complaining about javadoc in DataStore.java.
Here is the cleanedup javadoc that doesn’t throw errors ( i just wrapped the
xml in @code)
{code}
**
* Save the given entity to persistent storage. The entity must be declared as
an
* {@code <entity>} in the {@code <persistence>} element of the view.xml.
*
* @param entity the entity to be persisted.
*
* @throws PersistenceException thrown if the given entity can not be persisted
*/
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)