Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
unspecified
-
None
-
None
-
Operating System: All
Platform: All
-
774
Description
There was the following javadoc comment for the second parameter "enabled" of VInterfaceConfig(String desc, Boolean enabled) of VInterfaceConfig class.
Specifying null will imply that description is not
configured for the interface.
This should be like this:
Specifying null will imply that enable/disable
configuration is not specified.