mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-30 10:23:38 +00:00
Code cleanup (#1461)
* Code cleanup * Fix flux tests * Fix checkstyle errors * Fix compile error
This commit is contained in:
@@ -32,7 +32,7 @@ import java.util.Map;
|
||||
*/
|
||||
public class SimpleMessage implements Message {
|
||||
|
||||
private Map<Headers, String> headers = new HashMap<>();
|
||||
private final Map<Headers, String> headers = new HashMap<>();
|
||||
private String body;
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user