Resolves checkstyle errors for trampoline twin typeobjectpattern unit-of-work value-object (#1074)
* Reduces checkstyle errors in trampoline * Reduces checkstyle errors in twin * Reduces checkstyle errors in typeobjectpattern * Reduces checkstyle errors in unit-of-work * Reduces checkstyle errors in value-object
This commit is contained in:
committed by
Ilkka Seppälä
parent
b92eb5229d
commit
f0f0143d48
@@ -24,11 +24,11 @@
|
||||
package com.iluwatar.value.object;
|
||||
|
||||
/**
|
||||
* HeroStat is a value object
|
||||
*
|
||||
* HeroStat is a value object.
|
||||
*
|
||||
* @see <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/doc-files/ValueBased.html">
|
||||
* http://docs.oracle.com/javase/8/docs/api/java/lang/doc-files/ValueBased.html
|
||||
* </a>
|
||||
* http://docs.oracle.com/javase/8/docs/api/java/lang/doc-files/ValueBased.html
|
||||
* </a>
|
||||
*/
|
||||
public class HeroStat {
|
||||
|
||||
|
Reference in New Issue
Block a user