From 3d734ae06d4c84a508672fbe9ee5dc1f66eddc4a Mon Sep 17 00:00:00 2001 From: Derek Hulley Date: Tue, 13 Nov 2007 00:24:19 +0000 Subject: [PATCH] Merged V2.1 to HEAD 6958: Fix for WCM-823 6959: Merged V1.4 to V2.1 6943: Upgrade scripts for transaction commit time and indexes for QName columns on alf_child_assoc 6960: Fixed script patch "applied on" date updates. 6961: Retry transactions on ConstraintViolationException. 6964: Added svn revision number to be substituted into build string if build number is not passed. 6965: Daylight savings for FTP. Fix for AR-1776. 6966: Added catch blocks for the AVMLockingException. WCM-877. 6967: Interim fix for WCM-866 (large link validation report causes SQL exception) 6968: Fixes for AWC-1309 "Broken preview image for Web Projects in MySpaces" and similar AWC-1635 "Broken/Missing images in MySpaces Web Script". 6970: Force DB write ordering of the NodeStatus vs Node object. 6971: More transaction demarcation fixes for special cases of non-executed script patches. 6972: Switch off session size management for the mass archive and restore test. 6973: Fixed AR-1801: Boolean isMultiValued() no longer returns null git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@7370 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- .../org/alfresco/repo/webservice/types/NamedValue.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/generated/org/alfresco/repo/webservice/types/NamedValue.java b/source/generated/org/alfresco/repo/webservice/types/NamedValue.java index 3cb37628f2..48499d59e0 100644 --- a/source/generated/org/alfresco/repo/webservice/types/NamedValue.java +++ b/source/generated/org/alfresco/repo/webservice/types/NamedValue.java @@ -10,7 +10,7 @@ package org.alfresco.repo.webservice.types; public class NamedValue implements java.io.Serializable { private java.lang.String name; - private java.lang.Boolean isMultiValue; + private java.lang.Boolean isMultiValue = Boolean.FALSE; private java.lang.String value;