Skip to content

Commit

Permalink
Merge pull request #202 from swa07016/refactor/controller
Browse files Browse the repository at this point in the history
Refactor: Reorder modifiers in BaseExportController
  • Loading branch information
jaggerwang authored Feb 26, 2024
2 parents f672154 + f562a97 commit e7ea484
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import java.net.URLEncoder;
import java.util.function.Function;

abstract public class BaseExportController<T, Q extends BaseQueryBO> {
public abstract class BaseExportController<T, Q extends BaseQueryBO> {

private Logger logger = LoggerFactory.getLogger(getClass());

Expand Down

0 comments on commit e7ea484

Please sign in to comment.