Skip to content

Commit e6eaca8

Browse files
committed
Comment fix
1 parent d2c5f0f commit e6eaca8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

agent/src/main/java/com/cloud/agent/properties/AgentProperties.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ public class AgentProperties{
109109
public static final Property<String> PRIVATE_NETWORK_DEVICE = new Property<>("private.network.device", "cloudbr1");
110110

111111
/**
112-
* Private NIC device address. If this property is commented, it will be autodetected on service startup.<br>
112+
* Private NIC IP address. If this property is commented or empty, it will be autodetected on service startup.<br>
113113
* Data type: String.<br>
114-
* Default value: <code>cloudbr1</code>
114+
* Default value: <code>null</code>
115115
*/
116116
public static final Property<String> PRIVATE_NETWORK_DEVICE_ADDRESS = new Property<>("private.network.address", null, String.class);
117117

0 commit comments

Comments
 (0)