Skip to content

Commit

Permalink
Do not make DefaultImageStrategy final
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonOellerer committed May 23, 2023
1 parent f1c8dc4 commit 5d72b6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;

public final class DefaultImageStrategy implements ImageStrategy {
public class DefaultImageStrategy implements ImageStrategy {

private static final Logger log = LogManager.getLogger(DefaultImageStrategy.class);

Expand Down

0 comments on commit 5d72b6a

Please sign in to comment.