Skip to content

Commit 396e95f

Browse files
Remove a getter and a setter related to the now removed field
1 parent a8015fc commit 396e95f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/main/java/com/rabbitmq/http/client/domain/NodeInfo.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -167,14 +167,6 @@ public void setFileDescriptorsTotal(long fileDescriptorsTotal) {
167167
this.fileDescriptorsTotal = fileDescriptorsTotal;
168168
}
169169

170-
public long getSocketsTotal() {
171-
return socketsTotal;
172-
}
173-
174-
public void setSocketsTotal(long socketsTotal) {
175-
this.socketsTotal = socketsTotal;
176-
}
177-
178170
public long getMemoryUsed() {
179171
return memoryUsed;
180172
}

0 commit comments

Comments
 (0)