This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user