From 29584dc03d897645d401ea9f9813f7cbff39453b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Czern=C3=BD?= Date: Fri, 25 Jun 2021 13:10:51 +0200 Subject: [PATCH] M #-: Fix special chars in java doc comments (#1333) (cherry picked from commit fa7569499ad265d85435fc72a0c946ba8bf86850) --- .../client/vm/VirtualMachinePool.java | 40 +++++++++---------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/src/oca/java/src/org/opennebula/client/vm/VirtualMachinePool.java b/src/oca/java/src/org/opennebula/client/vm/VirtualMachinePool.java index 63eb7b9dec..6be254daf6 100644 --- a/src/oca/java/src/org/opennebula/client/vm/VirtualMachinePool.java +++ b/src/oca/java/src/org/opennebula/client/vm/VirtualMachinePool.java @@ -307,9 +307,9 @@ public class VirtualMachinePool extends Pool implements Iterable *
  • >= 0 UID User's Virtual Machines
  • * * @param start_time: Start time for the time interval. Can be -1, - * in which case the time interval won’t have a left boundary. + * in which case the time interval won't have a left boundary. * @param end_time: End time for the time interval. Can be -1, - * in which case the time interval won’t have a right boundary. + * in which case the time interval won't have a right boundary. * @return If successful the message contains the string * with the information returned by OpenNebula. */ @@ -333,13 +333,13 @@ public class VirtualMachinePool extends Pool implements Iterable *
  • >= 0 UID User's Virtual Machines
  • * * @param first_month First month for the time interval. January is 1. - * Can be -1, in which case the time interval won’t have a left boundary. + * Can be -1, in which case the time interval won't have a left boundary. * @param first_year First year for the time interval. Can be -1, - * in which case the time interval won’t have a left boundary. + * in which case the time interval won't have a left boundary. * @param last_month Last month for the time interval. January is 1. - * Can be -1, in which case the time interval won’t have a right boundary. + * Can be -1, in which case the time interval won't have a right boundary. * @param last_year Last year for the time interval. Can be -1, - * in which case the time interval won’t have a right boundary. + * in which case the time interval won't have a right boundary. * @return If successful the message contains the string * with the information returned by OpenNebula. */ @@ -366,13 +366,13 @@ public class VirtualMachinePool extends Pool implements Iterable *
  • >= 0 UID User's Virtual Machines
  • * * @param first_month First month for the time interval. January is 1. - * Can be -1, in which case the time interval won’t have a left boundary. + * Can be -1, in which case the time interval won't have a left boundary. * @param first_year First year for the time interval. Can be -1, - * in which case the time interval won’t have a left boundary. + * in which case the time interval won't have a left boundary. * @param last_month Last month for the time interval. January is 1. - * Can be -1, in which case the time interval won’t have a right boundary. + * Can be -1, in which case the time interval won't have a right boundary. * @param last_year Last year for the time interval. Can be -1, - * in which case the time interval won’t have a right boundary. + * in which case the time interval won't have a right boundary. * @return If an error occurs the error message contains the reason. */ public static OneResponse calculateshowback(Client client, int filter, @@ -518,9 +518,9 @@ public class VirtualMachinePool extends Pool implements Iterable *
  • >= 0 UID User's Virtual Machines
  • * * @param start_time: Start time for the time interval. Can be -1, - * in which case the time interval won’t have a left boundary. + * in which case the time interval won't have a left boundary. * @param end_time: End time for the time interval. Can be -1, - * in which case the time interval won’t have a right boundary. + * in which case the time interval won't have a right boundary. * @return If successful the message contains the string * with the information returned by OpenNebula. */ @@ -543,13 +543,13 @@ public class VirtualMachinePool extends Pool implements Iterable *
  • >= 0 UID User's Virtual Machines
  • * * @param first_month First month for the time interval. January is 1. - * Can be -1, in which case the time interval won’t have a left boundary. + * Can be -1, in which case the time interval won't have a left boundary. * @param first_year First year for the time interval. Can be -1, - * in which case the time interval won’t have a left boundary. + * in which case the time interval won't have a left boundary. * @param last_month Last month for the time interval. January is 1. - * Can be -1, in which case the time interval won’t have a right boundary. + * Can be -1, in which case the time interval won't have a right boundary. * @param last_year Last year for the time interval. Can be -1, - * in which case the time interval won’t have a right boundary. + * in which case the time interval won't have a right boundary. * @return If successful the message contains the string * with the information returned by OpenNebula. */ @@ -575,13 +575,13 @@ public class VirtualMachinePool extends Pool implements Iterable *
  • >= 0 UID User's Virtual Machines
  • * * @param first_month First month for the time interval. January is 1. - * Can be -1, in which case the time interval won’t have a left boundary. + * Can be -1, in which case the time interval won't have a left boundary. * @param first_year First year for the time interval. Can be -1, - * in which case the time interval won’t have a left boundary. + * in which case the time interval won't have a left boundary. * @param last_month Last month for the time interval. January is 1. - * Can be -1, in which case the time interval won’t have a right boundary. + * Can be -1, in which case the time interval won't have a right boundary. * @param last_year Last year for the time interval. Can be -1, - * in which case the time interval won’t have a right boundary. + * in which case the time interval won't have a right boundary. * @return If an error occurs the error message contains the reason. */ public OneResponse calculateshowback(int filter,