format code

This commit is contained in:
JuhoKang
2016-02-03 23:38:13 +09:00
parent f71e186959
commit 83533543e6
3 changed files with 1 additions and 9 deletions

View File

@ -14,11 +14,9 @@ package com.iluwatar.value.object;
*
* For more specific and strict rules to implement value objects check the rules from Stephen
* Colebourne's term VALJO : http://blog.joda.org/2014/03/valjos-value-java-objects.html
*
*/
public class App {
/**
*
* This practice creates three HeroStats(Value object) and checks equality between those.
*/
public static void main(String[] args) {