Fix compiler warnings

This commit is contained in:
dsyer
2008-01-15 13:18:10 +00:00
parent 29f1711270
commit 8bdf835cdd
5 changed files with 4 additions and 12 deletions

View File

@@ -11,7 +11,6 @@ import java.util.Map;
import java.util.Map.Entry;
import org.apache.commons.lang.builder.HashCodeBuilder;
import org.springframework.util.Assert;
/**
* Value object representing runtime parameters to a batch job. Because

View File

@@ -38,7 +38,7 @@ public class SimpleJobIdentifier implements JobIdentifier {
* Default constructor. Since there it is required that the Identifier at least have a name,
* the default constructor should not be called.
*/
private SimpleJobIdentifier() {
SimpleJobIdentifier() {
super();
}