Skip to content

Commit

Permalink
[AMQ-9530] Removed unused imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaShupletsov committed Nov 8, 2024
1 parent aa842da commit 8399e66
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
import org.apache.activemq.broker.region.Destination;
import org.apache.activemq.broker.region.DestinationFilter;

import java.util.Optional;

public class BaseVirtualDestinationFilter extends DestinationFilter {

public BaseVirtualDestinationFilter(Destination next) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
*/
package org.apache.activemq.broker.region.virtual;

import java.util.Optional;
import java.util.Set;

import org.apache.activemq.broker.ConnectionContext;
Expand Down

0 comments on commit 8399e66

Please sign in to comment.