Allon Mureinik has uploaded a new change for review. Change subject: core: GuidUtils code formatter ......................................................................
core: GuidUtils code formatter Apply code formatter on GuidUtils to shorten long javadoc lines. Change-Id: I2dc1d6c5bb330c08bb4a3357c19e683f3d439f82 Signed-off-by: Allon Mureinik <[email protected]> --- M backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/GuidUtils.java 1 file changed, 4 insertions(+), 4 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/34/16434/1 diff --git a/backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/GuidUtils.java b/backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/GuidUtils.java index a31e6c0..2f7af67 100644 --- a/backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/GuidUtils.java +++ b/backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/GuidUtils.java @@ -57,8 +57,8 @@ private static final String SEPARATOR = ","; /** - * Gets a string containing multiple <code>Guid</code> values separated by a comma and returns an ArrayList of <code>Guid</code>. - * If the String is null/empty returns an empty array. + * Gets a string containing multiple <code>Guid</code> values separated by a comma and returns an ArrayList of + * <code>Guid</code>. If the String is null/empty returns an empty array. * * @param str * - String which contains list of <code>Guid</code>. @@ -72,8 +72,8 @@ } /** - * Gets a List of strings containing multiple <code>Guid</code> values and returns an ArrayList of <code>Guid</code>. - * If the list is null/empty returns an empty ArrayList. + * Gets a List of strings containing multiple <code>Guid</code> values and returns an ArrayList of <code>Guid</code> + * . If the list is null/empty returns an empty ArrayList. * * @param strings * - Array of Strings which contains <code>Guid</code> values. -- To view, visit http://gerrit.ovirt.org/16434 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I2dc1d6c5bb330c08bb4a3357c19e683f3d439f82 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Allon Mureinik <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
