Nicolas Challut created ROASTER-53:
--------------------------------------
Summary: Javadoc could be format on 1 line
Key: ROASTER-53
URL:
https://issues.jboss.org/browse/ROASTER-53
Project: Roaster
Issue Type: Enhancement
Affects Versions: 2.11.1.Final
Reporter: Nicolas Challut
Priority: Minor
On field, we prefer to have javadoc on 1 line.
{code}
/** Customer id. */
private String id;
{code}
instead of
{code}
/**
Customer id.
*/
private String id;
{code}
Currently, Roaster doesn't allow us to do it
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)