Skip to content

Commit

Permalink
#2819 fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
marevol committed Jun 17, 2024
1 parent 10c84ab commit af31322
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/codelibs/fess/helper/ProtocolHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@

import java.util.Arrays;

import javax.annotation.PostConstruct;

import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.codelibs.core.lang.StringUtil;
import org.codelibs.fess.mylasta.direction.FessConfig;
import org.codelibs.fess.util.ComponentUtil;

import jakarta.annotation.PostConstruct;

public class ProtocolHelper {
private static final Logger logger = LogManager.getLogger(ProtocolHelper.class);

Expand Down

0 comments on commit af31322

Please sign in to comment.