#346 - Polishing.
This commit is contained in:
@@ -24,7 +24,5 @@ import lombok.Value;
|
||||
*/
|
||||
@Value
|
||||
public class Model {
|
||||
|
||||
String name;
|
||||
String description;
|
||||
String name, description;
|
||||
}
|
||||
|
||||
@@ -22,8 +22,5 @@ import lombok.Value;
|
||||
*/
|
||||
@Value
|
||||
public class ModelReport {
|
||||
|
||||
private final String modelName;
|
||||
private final String description;
|
||||
private final String setName;
|
||||
String modelName, description, setName;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user