From e5c2f5d7d05a740f90ade35c50d942d197f735bf Mon Sep 17 00:00:00 2001 From: zongyuanGitHub <187233878@qq.com> Date: Wed, 15 Mar 2023 11:29:15 +0800 Subject: [PATCH] delete obsolete field (#1107) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: 启元 --- .../config/BootstrapConfigProperties.java | 24 ------------------- 1 file changed, 24 deletions(-) diff --git a/hippo4j-spring-boot/hippo4j-config-spring-boot-starter/src/main/java/cn/hippo4j/config/springboot/starter/config/BootstrapConfigProperties.java b/hippo4j-spring-boot/hippo4j-config-spring-boot-starter/src/main/java/cn/hippo4j/config/springboot/starter/config/BootstrapConfigProperties.java index 57654b06..a5a435d2 100644 --- a/hippo4j-spring-boot/hippo4j-config-spring-boot-starter/src/main/java/cn/hippo4j/config/springboot/starter/config/BootstrapConfigProperties.java +++ b/hippo4j-spring-boot/hippo4j-config-spring-boot-starter/src/main/java/cn/hippo4j/config/springboot/starter/config/BootstrapConfigProperties.java @@ -51,30 +51,6 @@ public class BootstrapConfigProperties implements BootstrapPropertiesInterface { */ private MonitorProperties monitor = new MonitorProperties(); - /*** - * Latest use {@link MonitorProperties#getEnable()} - */ - @Deprecated - private Boolean collect = Boolean.TRUE; - - /** - * Latest use {@link MonitorProperties#getCollectTypes()} - */ - @Deprecated - private String collectType; - - /** - * Latest use {@link MonitorProperties#getInitialDelay()} - */ - @Deprecated - private Long initialDelay = 10000L; - - /** - * Latest use {@link MonitorProperties#getCollectInterval()} - */ - @Deprecated - private Long collectInterval = 5000L; - /** * Config file type. */