From d6e4d99f62efeddbac6e5d261402126d41868e09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Gonz=C3=A1lez?= Date: Wed, 21 Nov 2018 17:22:52 +0100 Subject: [PATCH] F #826 Fix some bugs at javadocs for VNTemplate --- .../client/vntemplate/VirtualNetworkTemplate.java | 6 ------ .../client/vntemplate/VirtualNetworkTemplatePool.java | 3 --- 2 files changed, 9 deletions(-) diff --git a/src/oca/java/src/org/opennebula/client/vntemplate/VirtualNetworkTemplate.java b/src/oca/java/src/org/opennebula/client/vntemplate/VirtualNetworkTemplate.java index b3bdd49708..ffce293aed 100644 --- a/src/oca/java/src/org/opennebula/client/vntemplate/VirtualNetworkTemplate.java +++ b/src/oca/java/src/org/opennebula/client/vntemplate/VirtualNetworkTemplate.java @@ -179,7 +179,6 @@ public class VirtualNetworkTemplate extends PoolElement * @param client XML-RPC Client. * @param id The id of the target object. * @param octet Permissions octed , e.g. 640 - * @param recursive chmods the template plus any image defined in DISK. * * @return If an error occurs the error message contains the reason. */ @@ -207,7 +206,6 @@ public class VirtualNetworkTemplate extends PoolElement * @param client XML-RPC Client. * @param id The id of the target object. * @param octet Permissions octed , e.g. 640 - * @param recursive chmods the template plus any image defined in DISK. * * @return If an error occurs the error message contains the reason. */ @@ -460,12 +458,8 @@ public class VirtualNetworkTemplate extends PoolElement * Creates a VNET instance from a VNTemplate * * @param name A string containing the name of the VM instance, can be empty. - * @param onHold False to create this VM in pending state, true on hold * @param template User provided Template to merge with the one * being instantiated - * @param persistent true to create a private persistent copy of the - * template plus any image defined in DISK, and instantiate that copy - * * @return If successful the message contains the VM Instance ID. */ public OneResponse instantiate(String name, String template) diff --git a/src/oca/java/src/org/opennebula/client/vntemplate/VirtualNetworkTemplatePool.java b/src/oca/java/src/org/opennebula/client/vntemplate/VirtualNetworkTemplatePool.java index 363726b315..3c38f10d00 100644 --- a/src/oca/java/src/org/opennebula/client/vntemplate/VirtualNetworkTemplatePool.java +++ b/src/oca/java/src/org/opennebula/client/vntemplate/VirtualNetworkTemplatePool.java @@ -41,8 +41,6 @@ public class VirtualNetworkTemplatePool extends Pool implements Iterable