builder:Rule: don't store body in Rule
This commit is contained in:
parent
0a99044dcc
commit
2defbd6be3
1 changed files with 0 additions and 7 deletions
|
@ -5,9 +5,7 @@ import lombok.Setter;
|
||||||
import lombok.ToString;
|
import lombok.ToString;
|
||||||
|
|
||||||
import java.net.URI;
|
import java.net.URI;
|
||||||
import java.util.ArrayList;
|
|
||||||
import java.util.HashMap;
|
import java.util.HashMap;
|
||||||
import java.util.List;
|
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -54,9 +52,4 @@ public class Rule {
|
||||||
* Configuration properties.
|
* Configuration properties.
|
||||||
*/
|
*/
|
||||||
private Map<String, String> properties = new HashMap<>();
|
private Map<String, String> properties = new HashMap<>();
|
||||||
|
|
||||||
/**
|
|
||||||
* Unofficial documentation.
|
|
||||||
*/
|
|
||||||
private List<String> body = new ArrayList<>();
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue