mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-06-04 10:13:22 +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 com.iluwatar.eda.event.UserUpdatedEvent;
|
||||
*/
|
||||
public class User {
|
||||
|
||||
private String username;
|
||||
private final String username;
|
||||
|
||||
public User(String username) {
|
||||
this.username = username;
|
||||
|
||||
Reference in New Issue
Block a user