1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-18 06:03:39 +03:00

B #-: Fix javadoc reference (#3292)

This commit is contained in:
Jan Orel 2024-11-21 13:22:45 +01:00 committed by GitHub
parent c1725ddfbb
commit a065575f41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -781,7 +781,7 @@ public class VirtualNetwork extends PoolElement{
/**
* Returns the state of the Virtual Network.
* <br>
* The method {@link VirtualNetowrk#info()} must be called before.
* The method {@link VirtualNetwork#info()} must be called before.
*
* @return The state of the Virtual Network.
*/
@ -794,7 +794,7 @@ public class VirtualNetwork extends PoolElement{
/**
* Returns the short string state of the Virtual Network.
* <br>
* The method {@link VirtualNetowrk#info()} must be called before.
* The method {@link VirtualNetwork#info()} must be called before.
*
* @return The short string state of the Virtual Network.
*/