Compiler warnings

This commit is contained in:
dsyer
2009-11-16 10:16:48 +00:00
parent 566a7f9890
commit 26f44f9dc1

View File

@@ -117,9 +117,6 @@ public class CustomerFilterJobFunctionalTests extends AbstractJobTests {
this.credit = credit;
}
public Customer() {
}
/**
* @return the credit
*/
@@ -127,13 +124,6 @@ public class CustomerFilterJobFunctionalTests extends AbstractJobTests {
return credit;
}
/**
* @param credit the credit to set
*/
public void setCredit(double credit) {
this.credit = credit;
}
/**
* @return the name
*/
@@ -141,13 +131,6 @@ public class CustomerFilterJobFunctionalTests extends AbstractJobTests {
return name;
}
/**
* @param name the name to set
*/
public void setName(String name) {
this.name = name;
}
/*
* (non-Javadoc)
*