checkstyle

This commit is contained in:
jendave
2012-02-03 18:31:03 +00:00
parent 8705069c41
commit 79f4473d3c

View File

@@ -156,10 +156,20 @@ public class Target {
private String minTargets;
private String maxTargets;
/**
* Gets the min targets.
*
* @return the min targets
*/
public final String getMinTargets() {
return this.minTargets;
}
/**
* Gets the max targets.
*
* @return the max targets
*/
public final String getMaxTargets() {
return this.maxTargets;
}