Skip to content

Commit

Permalink
init variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Yinnii committed Aug 6, 2024
1 parent f5a3043 commit 03da1f2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ public class TmitocarService {
@Value("${publicKey}")
public String publicKey;

public HashMap<String, Boolean> isActive = null;
public HashMap<String, String> userTexts = null;
public HashMap<String, Boolean> isActive = new HashMap<String, Boolean>();
public HashMap<String, String> userTexts = new HashMap<String, String>();

@Value("${xapi.url}")
public String xapiUrl;
Expand Down

0 comments on commit 03da1f2

Please sign in to comment.