Skip to content

Commit

Permalink
fix leftover from refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
sruehl committed Mar 8, 2018
1 parent 493190a commit 1a3cfe6
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Licensed to the Apache Software Foundation (ASF) under one
under the License.
*/

package org.apache.plc4x.java.ads.netty;
package org.apache.plc4x.java.ads.protocol;

import io.netty.buffer.Unpooled;
import org.apache.plc4x.java.ads.api.commands.ADSReadRequest;
Expand All @@ -28,7 +28,6 @@ Licensed to the Apache Software Foundation (ASF) under one
import org.apache.plc4x.java.ads.api.generic.types.AMSNetId;
import org.apache.plc4x.java.ads.api.generic.types.AMSPort;
import org.apache.plc4x.java.ads.api.generic.types.Invoke;
import org.apache.plc4x.java.ads.protocol.ADS2TcpProtocol;
import org.openjdk.jmh.annotations.*;
import org.openjdk.jmh.infra.Blackhole;

Expand Down

0 comments on commit 1a3cfe6

Please sign in to comment.