#346 - Polishing.

This commit is contained in:
Oliver Gierke
2018-03-28 12:09:29 +02:00
parent 68a15b0f5a
commit 4ca4524227
2 changed files with 2 additions and 7 deletions

View File

@@ -24,7 +24,5 @@ import lombok.Value;
*/
@Value
public class Model {
String name;
String description;
String name, description;
}

View File

@@ -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;
}