mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-21 20:31:00 +02:00
Remove logger due to data class
Change-Id: Id08acbb63008a1f80a9c7532b5c3fd08a43655b5
This commit is contained in:
parent
37f6a381e1
commit
7453b48cee
@ -16,7 +16,6 @@
|
||||
package org.onlab.onos.net.flow;
|
||||
|
||||
import static com.google.common.base.MoreObjects.toStringHelper;
|
||||
import static org.slf4j.LoggerFactory.getLogger;
|
||||
|
||||
import java.util.Objects;
|
||||
|
||||
@ -24,12 +23,9 @@ import org.onlab.onos.core.ApplicationId;
|
||||
import org.onlab.onos.core.DefaultGroupId;
|
||||
import org.onlab.onos.core.GroupId;
|
||||
import org.onlab.onos.net.DeviceId;
|
||||
import org.slf4j.Logger;
|
||||
|
||||
public class DefaultFlowRule implements FlowRule {
|
||||
|
||||
private static final Logger log = getLogger(DefaultFlowRule.class);
|
||||
|
||||
private final DeviceId deviceId;
|
||||
private final int priority;
|
||||
private final TrafficSelector selector;
|
||||
|
Loading…
x
Reference in New Issue
Block a user