Reorder some of the import statements (onlab/onosproject) so they
are listed alphabetically. No functional changes. Change-Id: I38cd0b8a506675a8d054860d2934aebf276a7a6a
Showing
6 changed files
with
6 additions
and
6 deletions
... | @@ -19,12 +19,12 @@ import static com.google.common.base.Preconditions.checkNotNull; | ... | @@ -19,12 +19,12 @@ import static com.google.common.base.Preconditions.checkNotNull; |
19 | 19 | ||
20 | import java.util.Set; | 20 | import java.util.Set; |
21 | 21 | ||
22 | +import org.onlab.packet.IpAddress; | ||
22 | import org.onosproject.net.ConnectPoint; | 23 | import org.onosproject.net.ConnectPoint; |
23 | import org.onosproject.net.host.HostService; | 24 | import org.onosproject.net.host.HostService; |
24 | import org.onosproject.net.host.InterfaceIpAddress; | 25 | import org.onosproject.net.host.InterfaceIpAddress; |
25 | import org.onosproject.net.host.PortAddresses; | 26 | import org.onosproject.net.host.PortAddresses; |
26 | import org.onosproject.sdnip.config.Interface; | 27 | import org.onosproject.sdnip.config.Interface; |
27 | -import org.onlab.packet.IpAddress; | ||
28 | 28 | ||
29 | import com.google.common.collect.Sets; | 29 | import com.google.common.collect.Sets; |
30 | 30 | ... | ... |
... | @@ -17,9 +17,9 @@ package org.onosproject.sdnip; | ... | @@ -17,9 +17,9 @@ package org.onosproject.sdnip; |
17 | 17 | ||
18 | import java.util.Set; | 18 | import java.util.Set; |
19 | 19 | ||
20 | +import org.onlab.packet.IpAddress; | ||
20 | import org.onosproject.net.ConnectPoint; | 21 | import org.onosproject.net.ConnectPoint; |
21 | import org.onosproject.sdnip.config.Interface; | 22 | import org.onosproject.sdnip.config.Interface; |
22 | -import org.onlab.packet.IpAddress; | ||
23 | 23 | ||
24 | /** | 24 | /** |
25 | * Provides information about the interfaces in the network. | 25 | * Provides information about the interfaces in the network. | ... | ... |
... | @@ -17,10 +17,10 @@ package org.onosproject.sdnip.config; | ... | @@ -17,10 +17,10 @@ package org.onosproject.sdnip.config; |
17 | 17 | ||
18 | import java.util.Objects; | 18 | import java.util.Objects; |
19 | 19 | ||
20 | +import org.onlab.packet.IpAddress; | ||
20 | import org.onosproject.net.ConnectPoint; | 21 | import org.onosproject.net.ConnectPoint; |
21 | import org.onosproject.net.DeviceId; | 22 | import org.onosproject.net.DeviceId; |
22 | import org.onosproject.net.PortNumber; | 23 | import org.onosproject.net.PortNumber; |
23 | -import org.onlab.packet.IpAddress; | ||
24 | 24 | ||
25 | import com.fasterxml.jackson.annotation.JsonProperty; | 25 | import com.fasterxml.jackson.annotation.JsonProperty; |
26 | import com.google.common.base.MoreObjects; | 26 | import com.google.common.base.MoreObjects; | ... | ... |
... | @@ -18,10 +18,10 @@ package org.onosproject.sdnip.config; | ... | @@ -18,10 +18,10 @@ package org.onosproject.sdnip.config; |
18 | import java.util.List; | 18 | import java.util.List; |
19 | import java.util.Objects; | 19 | import java.util.Objects; |
20 | 20 | ||
21 | +import org.onlab.packet.MacAddress; | ||
21 | import org.onosproject.net.ConnectPoint; | 22 | import org.onosproject.net.ConnectPoint; |
22 | import org.onosproject.net.DeviceId; | 23 | import org.onosproject.net.DeviceId; |
23 | import org.onosproject.net.PortNumber; | 24 | import org.onosproject.net.PortNumber; |
24 | -import org.onlab.packet.MacAddress; | ||
25 | 25 | ||
26 | import com.fasterxml.jackson.annotation.JsonCreator; | 26 | import com.fasterxml.jackson.annotation.JsonCreator; |
27 | import com.fasterxml.jackson.annotation.JsonProperty; | 27 | import com.fasterxml.jackson.annotation.JsonProperty; | ... | ... |
... | @@ -18,10 +18,10 @@ package org.onosproject.sdnip.config; | ... | @@ -18,10 +18,10 @@ package org.onosproject.sdnip.config; |
18 | import java.util.Objects; | 18 | import java.util.Objects; |
19 | import java.util.Set; | 19 | import java.util.Set; |
20 | 20 | ||
21 | +import org.onlab.packet.MacAddress; | ||
21 | import org.onosproject.net.ConnectPoint; | 22 | import org.onosproject.net.ConnectPoint; |
22 | import org.onosproject.net.host.InterfaceIpAddress; | 23 | import org.onosproject.net.host.InterfaceIpAddress; |
23 | import org.onosproject.net.host.PortAddresses; | 24 | import org.onosproject.net.host.PortAddresses; |
24 | -import org.onlab.packet.MacAddress; | ||
25 | 25 | ||
26 | import com.google.common.base.MoreObjects; | 26 | import com.google.common.base.MoreObjects; |
27 | import com.google.common.collect.Sets; | 27 | import com.google.common.collect.Sets; | ... | ... |
... | @@ -17,10 +17,10 @@ package org.onosproject.sdnip.config; | ... | @@ -17,10 +17,10 @@ package org.onosproject.sdnip.config; |
17 | 17 | ||
18 | import java.util.Objects; | 18 | import java.util.Objects; |
19 | 19 | ||
20 | +import org.onlab.packet.IpAddress; | ||
20 | import org.onosproject.net.ConnectPoint; | 21 | import org.onosproject.net.ConnectPoint; |
21 | import org.onosproject.net.DeviceId; | 22 | import org.onosproject.net.DeviceId; |
22 | import org.onosproject.net.PortNumber; | 23 | import org.onosproject.net.PortNumber; |
23 | -import org.onlab.packet.IpAddress; | ||
24 | 24 | ||
25 | import com.fasterxml.jackson.annotation.JsonProperty; | 25 | import com.fasterxml.jackson.annotation.JsonProperty; |
26 | import com.google.common.base.MoreObjects; | 26 | import com.google.common.base.MoreObjects; | ... | ... |
-
Please register or login to post a comment