Skip to content
This repository has been archived by the owner on Jul 13, 2022. It is now read-only.

Commit

Permalink
Organize imports with common layout (bisq-network/style#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeams committed Mar 14, 2018
1 parent d23d30b commit cd0fd18
Show file tree
Hide file tree
Showing 3 changed files with 109 additions and 9 deletions.
110 changes: 105 additions & 5 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/main/java/bisq/monitor/metrics/MetricsModel.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
import org.apache.commons.lang3.StringUtils;
import org.apache.commons.lang3.time.DurationFormatUtils;

import java.net.InetAddress;

import java.text.DateFormat;
import java.text.SimpleDateFormat;

import java.net.InetAddress;

import java.util.ArrayList;
import java.util.Calendar;
import java.util.Comparator;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@
import java.util.Set;
import java.util.stream.Collectors;

import org.jetbrains.annotations.NotNull;

import lombok.extern.slf4j.Slf4j;

import org.jetbrains.annotations.NotNull;

@Slf4j
class MonitorRequestHandler implements MessageListener {
private static final long TIMEOUT = 120;
Expand Down

0 comments on commit cd0fd18

Please sign in to comment.