This commit is contained in:
Jialin Wang
2008-01-21 21:17:02 +00:00
parent 5a503be012
commit 280b0dc90a

View File

@@ -31,10 +31,10 @@ public class Criterion {
public Criterion(Integer id, String name, Integer min_rating,
public Criterion( String name, Integer min_rating,
Integer max_rating, Conference conference) {
super();
this.id = id;
this.name = name;
this.min_rating = min_rating;
this.max_rating = max_rating;