Skip to content

Commit

Permalink
[ISSUE #301] remove @ConstructorProperties
Browse files Browse the repository at this point in the history
  • Loading branch information
KamToHung committed Jan 16, 2024
1 parent 04fd51c commit b9fb3e3
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,13 @@

import org.dromara.dynamictp.common.entity.ThreadPoolStats;

import java.beans.ConstructorProperties;

/**
* @author <a href = "mailto:[email protected]">KamTo Hung</a>
*/
public class ThreadPoolStatsJMX implements ThreadPoolStatsMXBean {

private ThreadPoolStats threadPoolStats;

@ConstructorProperties({"threadPoolStats"})
public ThreadPoolStatsJMX(ThreadPoolStats threadPoolStats) {
this.threadPoolStats = threadPoolStats;
}
Expand Down

0 comments on commit b9fb3e3

Please sign in to comment.