mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-29 09:48:46 -04:00
Run reformat and organize imports
This commit is contained in:
parent
f723bf5737
commit
cb685d3b5c
73 changed files with 802 additions and 829 deletions
|
@ -19,7 +19,10 @@ package io.bitsquare.locale;
|
|||
|
||||
import io.bitsquare.user.Preferences;
|
||||
|
||||
import java.util.*;
|
||||
import java.util.ArrayList;
|
||||
import java.util.Arrays;
|
||||
import java.util.List;
|
||||
import java.util.Locale;
|
||||
import java.util.stream.Collectors;
|
||||
|
||||
public class CountryUtil {
|
||||
|
|
|
@ -86,7 +86,7 @@ public class OfferAvailabilityProtocol {
|
|||
|
||||
model.p2PService.addDecryptedMailListener(decryptedMailListener);
|
||||
model.setPeerAddress(model.offer.getOffererAddress());
|
||||
|
||||
|
||||
taskRunner = new TaskRunner<>(model,
|
||||
() -> {
|
||||
log.debug("sequence at sendOfferAvailabilityRequest completed");
|
||||
|
|
|
@ -106,7 +106,7 @@ public class User implements Serializable {
|
|||
String english = LanguageUtil.getEnglishLanguageLocaleCode();
|
||||
if (!acceptedLanguageLocaleCodes.contains(english))
|
||||
acceptedLanguageLocaleCodes.add(english);
|
||||
|
||||
|
||||
acceptedArbitrators = new ArrayList<>();
|
||||
}
|
||||
storage.queueUpForSave();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue