mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 07:06:18 +02:00
Fixed warnings
This commit is contained in:
@@ -142,7 +142,7 @@ public class EntityMessage implements Serializable {
|
||||
public Long last_attempt; // send
|
||||
|
||||
static String generateMessageId() {
|
||||
StringBuffer sb = new StringBuffer();
|
||||
StringBuilder sb = new StringBuilder();
|
||||
sb.append('<')
|
||||
.append(Math.abs(new Random().nextInt())).append('.')
|
||||
.append(System.currentTimeMillis()).append('.')
|
||||
|
||||
Reference in New Issue
Block a user