Skip to content

Commit ccb6b75

Browse files
authored
Update InventoryManager.java
1 parent 77f9cf0 commit ccb6b75

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

start/inventory/src/main/java/io/openliberty/guides/inventory/InventoryManager.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ public void add(String hostname, Properties systemProps) {
4949
SystemData system = new SystemData(hostname, props);
5050
if (!systems.contains(system)) {
5151
systems.add(system);
52-
}
53-
5452
}
5553
}
5654

0 commit comments

Comments
 (0)