-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 5.1 EE SP5 (5.1.8), 5.2 EE SP3 (5.2.7)
-
Fix Version/s: 5.1 EE SP6 (5.1.9), 5.2 EE SP4 (5.2.8)
-
Component/s: Legacy Components > API
-
Labels:None
-
Environment:All
Two new constructors has been added to UnsyncStringWriter for convenience.
Calling
new UnsyncStringWriter()
new UnsyncStringWriter(initialCapacity)
is the same as calling
new UnsyncStringWriter(true)
new UnsyncStringWriter(true, initialCapacity)
respectively.
Where appropriate, the portal code has been updated to take advantage of these two new constructors.
- is related to
-
LPS-9072 UnsyncStringWriter should have a default constructor
- Closed