TSK-1145: enabled validateThrows property for JavadocMethod.checkstyle and added missing throws javadoc
This commit is contained in:
parent
c9b87ec3b1
commit
d574cfa06f
|
@ -253,6 +253,7 @@
|
|||
</module>
|
||||
<module name="JavadocMethod">
|
||||
<property name="scope" value="public"/>
|
||||
<property name="validateThrows" value="true"/>
|
||||
<property name="allowMissingParamTags" value="true"/>
|
||||
<property name="allowMissingReturnTag" value="true"/>
|
||||
<property name="allowedAnnotations" value="Override, Test"/>
|
||||
|
|
|
@ -106,6 +106,7 @@ public class WorkbasketDefinitionController {
|
|||
* incorrect.
|
||||
* @throws WorkbasketAccessItemAlreadyExistException if a WorkbasketAccessItem for the same
|
||||
* workbasket and access_id already exists.
|
||||
* @throws ConcurrencyException if workbasket was updated by an other user
|
||||
*/
|
||||
@PostMapping(path = Mapping.URL_WORKBASKETDEFIITIONS)
|
||||
@Transactional(rollbackFor = Exception.class)
|
||||
|
|
Loading…
Reference in New Issue