Fix PMD violations #327

This commit is contained in:
Ilkka Seppala
2015-12-27 21:21:57 +02:00
parent df911baf36
commit 5f033be54f
94 changed files with 92 additions and 319 deletions

View File

@ -5,11 +5,11 @@ package com.iluwatar.property;
*/
public interface Prototype {
public Integer get(Stats stat);
Integer get(Stats stat);
public boolean has(Stats stat);
boolean has(Stats stat);
public void set(Stats stat, Integer val);
void set(Stats stat, Integer val);
public void remove(Stats stat);
void remove(Stats stat);
}

View File

@ -2,8 +2,6 @@ package com.iluwatar.property;
import org.junit.Test;
import com.iluwatar.property.App;
/**
*
* Application test