Skip to content

Commit

Permalink
Fix checkstyle violations
Browse files Browse the repository at this point in the history
  • Loading branch information
reta committed Sep 28, 2024
1 parent 7576271 commit 7d161c0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

package org.apache.cxf.io;

import javax.annotation.Resource;
import java.io.Closeable;
import java.io.IOException;
import java.util.ArrayList;
Expand All @@ -33,6 +32,8 @@
import java.util.concurrent.TimeUnit;
import java.util.logging.Logger;

import javax.annotation.Resource;

import org.apache.cxf.Bus;
import org.apache.cxf.buslifecycle.BusLifeCycleListener;
import org.apache.cxf.buslifecycle.BusLifeCycleManager;
Expand Down

0 comments on commit 7d161c0

Please sign in to comment.