diff --git a/pom.xml b/pom.xml index e1dee2a..ab3803a 100644 --- a/pom.xml +++ b/pom.xml @@ -68,7 +68,7 @@ - + \ No newline at end of file diff --git a/src/main/java/com/loafle/overflow/model/probe/Probe.java b/src/main/java/com/loafle/overflow/model/probe/Probe.java index 1862693..9c7db17 100644 --- a/src/main/java/com/loafle/overflow/model/probe/Probe.java +++ b/src/main/java/com/loafle/overflow/model/probe/Probe.java @@ -25,7 +25,7 @@ public class Probe { private String cidr; private Date authorizeDate; private Member authorizeMember; - private int targetCount = 0; + // private int targetCount = 0; public Probe() { @@ -145,14 +145,14 @@ public class Probe { } - @Column(name = "TARGET_COUNT", nullable = false) - public int getTargetCount() { - return targetCount; - } + // @Column(name = "TARGET_COUNT", nullable = false) + // public int getTargetCount() { + // return targetCount; + // } - public void setTargetCount(int targetCount) { - this.targetCount = targetCount; - } + // public void setTargetCount(int targetCount) { + // this.targetCount = targetCount; + // }