【fix sonar】ComboModel文件
This commit is contained in:
+2
-2
@@ -25,12 +25,12 @@ public class ComboModel implements Serializable {
|
|||||||
|
|
||||||
public ComboModel(){
|
public ComboModel(){
|
||||||
|
|
||||||
};
|
}
|
||||||
|
|
||||||
public ComboModel(String id,String title,boolean checked,String username){
|
public ComboModel(String id,String title,boolean checked,String username){
|
||||||
this.id = id;
|
this.id = id;
|
||||||
this.title = title;
|
this.title = title;
|
||||||
this.checked = false;
|
this.checked = false;
|
||||||
this.username = username;
|
this.username = username;
|
||||||
};
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user