Fix PMD violations #327
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
@ -2,8 +2,6 @@ package com.iluwatar.property;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
import com.iluwatar.property.App;
|
||||
|
||||
/**
|
||||
*
|
||||
* Application test
|
||||
|
Reference in New Issue
Block a user