Author: kiwiwings
Date: Thu Apr  2 22:37:45 2020
New Revision: 1876064

URL: http://svn.apache.org/viewvc?rev=1876064&view=rev
Log:
Sonar Fixes - The diamond operator ("<>") should be used

Modified:
    poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTAdjustHandleList.java
    poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTColorMRU.java
    poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTConnectionSiteList.java
    poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTGeomGuideList.java
    poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTHslColor.java
    
poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTOfficeArtExtensionList.java
    poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTPath2D.java
    poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTPath2DCubicBezierTo.java
    poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTPath2DList.java
    poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTPath2DQuadBezierTo.java
    poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTPresetColor.java
    poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTSRgbColor.java
    poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTScRgbColor.java
    poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTSchemeColor.java
    poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTSystemColor.java
    poi/trunk/src/java/org/apache/poi/sl/draw/binding/ObjectFactory.java
    poi/trunk/src/ooxml/java/org/apache/poi/xddf/usermodel/BlackWhiteMode.java
    poi/trunk/src/ooxml/java/org/apache/poi/xddf/usermodel/CompoundLine.java
    poi/trunk/src/ooxml/java/org/apache/poi/xddf/usermodel/LineCap.java
    poi/trunk/src/ooxml/java/org/apache/poi/xddf/usermodel/LineEndLength.java
    poi/trunk/src/ooxml/java/org/apache/poi/xddf/usermodel/LineEndType.java
    poi/trunk/src/ooxml/java/org/apache/poi/xddf/usermodel/LineEndWidth.java
    poi/trunk/src/ooxml/java/org/apache/poi/xddf/usermodel/PathShadeType.java
    poi/trunk/src/ooxml/java/org/apache/poi/xddf/usermodel/PenAlignment.java
    poi/trunk/src/ooxml/java/org/apache/poi/xddf/usermodel/PresetColor.java
    poi/trunk/src/ooxml/java/org/apache/poi/xddf/usermodel/PresetGeometry.java
    poi/trunk/src/ooxml/java/org/apache/poi/xddf/usermodel/PresetLineDash.java
    poi/trunk/src/ooxml/java/org/apache/poi/xddf/usermodel/PresetPattern.java
    
poi/trunk/src/ooxml/java/org/apache/poi/xddf/usermodel/RectangleAlignment.java
    poi/trunk/src/ooxml/java/org/apache/poi/xddf/usermodel/SchemeColor.java
    poi/trunk/src/ooxml/java/org/apache/poi/xddf/usermodel/SystemColor.java
    poi/trunk/src/ooxml/java/org/apache/poi/xddf/usermodel/TileFlipMode.java
    
poi/trunk/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/AxisCrossBetween.java
    
poi/trunk/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/AxisCrosses.java
    
poi/trunk/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/AxisLabelAlignment.java
    
poi/trunk/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/AxisOrientation.java
    
poi/trunk/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/AxisPosition.java
    
poi/trunk/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/AxisTickLabelPosition.java
    
poi/trunk/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/AxisTickMark.java
    
poi/trunk/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/BarDirection.java
    
poi/trunk/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/BarGrouping.java
    poi/trunk/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/LayoutMode.java
    
poi/trunk/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/LayoutTarget.java
    
poi/trunk/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/LegendPosition.java
    
poi/trunk/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/MarkerStyle.java
    poi/trunk/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/RadarStyle.java
    
poi/trunk/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/ScatterStyle.java
    poi/trunk/src/ooxml/java/org/apache/poi/xddf/usermodel/text/AnchorType.java
    
poi/trunk/src/ooxml/java/org/apache/poi/xddf/usermodel/text/AutonumberScheme.java
    poi/trunk/src/ooxml/java/org/apache/poi/xddf/usermodel/text/CapsType.java
    
poi/trunk/src/ooxml/java/org/apache/poi/xddf/usermodel/text/FontAlignment.java
    poi/trunk/src/ooxml/java/org/apache/poi/xddf/usermodel/text/StrikeType.java
    
poi/trunk/src/ooxml/java/org/apache/poi/xddf/usermodel/text/TabAlignment.java
    
poi/trunk/src/ooxml/java/org/apache/poi/xddf/usermodel/text/TextAlignment.java
    
poi/trunk/src/ooxml/java/org/apache/poi/xddf/usermodel/text/UnderlineType.java
    
poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/charts/XSSFLineChartData.java
    
poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/charts/XSSFScatterChartData.java
    
poi/trunk/src/ooxml/java/org/apache/poi/xwpf/usermodel/FootnoteEndnoteIdManager.java
    poi/trunk/src/ooxml/java/org/apache/poi/xwpf/usermodel/XWPFEndnotes.java
    poi/trunk/src/ooxml/java/org/apache/poi/xwpf/usermodel/XWPFFootnotes.java

Modified: 
poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTAdjustHandleList.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTAdjustHandleList.java?rev=1876064&r1=1876063&r2=1876064&view=diff
==============================================================================
--- poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTAdjustHandleList.java 
(original)
+++ poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTAdjustHandleList.java 
Thu Apr  2 22:37:45 2020
@@ -19,6 +19,7 @@ package org.apache.poi.sl.draw.binding;
 
 import java.util.ArrayList;
 import java.util.List;
+
 import javax.xml.bind.annotation.XmlAccessType;
 import javax.xml.bind.annotation.XmlAccessorType;
 import javax.xml.bind.annotation.XmlElement;
@@ -28,9 +29,9 @@ import javax.xml.bind.annotation.XmlType
 
 /**
  * <p>Java class for CT_AdjustHandleList complex type.
- * 
+ *
  * <p>The following schema fragment specifies the expected content contained 
within this class.
- * 
+ *
  * <pre>
  * &lt;complexType name="CT_AdjustHandleList"&gt;
  *   &lt;complexContent&gt;
@@ -43,8 +44,8 @@ import javax.xml.bind.annotation.XmlType
  *   &lt;/complexContent&gt;
  * &lt;/complexType&gt;
  * </pre>
- * 
- * 
+ *
+ *
  */
 @XmlAccessorType(XmlAccessType.FIELD)
 @XmlType(name = "CT_AdjustHandleList", propOrder = {
@@ -60,30 +61,30 @@ public class CTAdjustHandleList {
 
     /**
      * Gets the value of the ahXYOrAhPolar property.
-     * 
+     *
      * <p>
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the 
ahXYOrAhPolar property.
-     * 
+     *
      * <p>
      * For example, to add a new item, do as follows:
      * <pre>
      *    getAhXYOrAhPolar().add(newItem);
      * </pre>
-     * 
-     * 
+     *
+     *
      * <p>
      * Objects of the following type(s) are allowed in the list
      * {@link CTXYAdjustHandle }
      * {@link CTPolarAdjustHandle }
-     * 
-     * 
+     *
+     *
      */
     public List<Object> getAhXYOrAhPolar() {
         if (ahXYOrAhPolar == null) {
-            ahXYOrAhPolar = new ArrayList<Object>();
+            ahXYOrAhPolar = new ArrayList<>();
         }
         return this.ahXYOrAhPolar;
     }

Modified: poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTColorMRU.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTColorMRU.java?rev=1876064&r1=1876063&r2=1876064&view=diff
==============================================================================
--- poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTColorMRU.java (original)
+++ poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTColorMRU.java Thu Apr  
2 22:37:45 2020
@@ -19,6 +19,7 @@ package org.apache.poi.sl.draw.binding;
 
 import java.util.ArrayList;
 import java.util.List;
+
 import javax.xml.bind.annotation.XmlAccessType;
 import javax.xml.bind.annotation.XmlAccessorType;
 import javax.xml.bind.annotation.XmlElement;
@@ -28,9 +29,9 @@ import javax.xml.bind.annotation.XmlType
 
 /**
  * <p>Java class for CT_ColorMRU complex type.
- * 
+ *
  * <p>The following schema fragment specifies the expected content contained 
within this class.
- * 
+ *
  * <pre>
  * &lt;complexType name="CT_ColorMRU"&gt;
  *   &lt;complexContent&gt;
@@ -42,8 +43,8 @@ import javax.xml.bind.annotation.XmlType
  *   &lt;/complexContent&gt;
  * &lt;/complexType&gt;
  * </pre>
- * 
- * 
+ *
+ *
  */
 @XmlAccessorType(XmlAccessType.FIELD)
 @XmlType(name = "CT_ColorMRU", propOrder = {
@@ -63,20 +64,20 @@ public class CTColorMRU {
 
     /**
      * Gets the value of the egColorChoice property.
-     * 
+     *
      * <p>
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the 
egColorChoice property.
-     * 
+     *
      * <p>
      * For example, to add a new item, do as follows:
      * <pre>
      *    getEGColorChoice().add(newItem);
      * </pre>
-     * 
-     * 
+     *
+     *
      * <p>
      * Objects of the following type(s) are allowed in the list
      * {@link CTScRgbColor }
@@ -85,12 +86,12 @@ public class CTColorMRU {
      * {@link CTSystemColor }
      * {@link CTSchemeColor }
      * {@link CTPresetColor }
-     * 
-     * 
+     *
+     *
      */
     public List<Object> getEGColorChoice() {
         if (egColorChoice == null) {
-            egColorChoice = new ArrayList<Object>();
+            egColorChoice = new ArrayList<>();
         }
         return this.egColorChoice;
     }

Modified: 
poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTConnectionSiteList.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTConnectionSiteList.java?rev=1876064&r1=1876063&r2=1876064&view=diff
==============================================================================
--- poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTConnectionSiteList.java 
(original)
+++ poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTConnectionSiteList.java 
Thu Apr  2 22:37:45 2020
@@ -19,6 +19,7 @@ package org.apache.poi.sl.draw.binding;
 
 import java.util.ArrayList;
 import java.util.List;
+
 import javax.xml.bind.annotation.XmlAccessType;
 import javax.xml.bind.annotation.XmlAccessorType;
 import javax.xml.bind.annotation.XmlType;
@@ -26,9 +27,9 @@ import javax.xml.bind.annotation.XmlType
 
 /**
  * <p>Java class for CT_ConnectionSiteList complex type.
- * 
+ *
  * <p>The following schema fragment specifies the expected content contained 
within this class.
- * 
+ *
  * <pre>
  * &lt;complexType name="CT_ConnectionSiteList"&gt;
  *   &lt;complexContent&gt;
@@ -40,8 +41,8 @@ import javax.xml.bind.annotation.XmlType
  *   &lt;/complexContent&gt;
  * &lt;/complexType&gt;
  * </pre>
- * 
- * 
+ *
+ *
  */
 @XmlAccessorType(XmlAccessType.FIELD)
 @XmlType(name = "CT_ConnectionSiteList", propOrder = {
@@ -53,29 +54,29 @@ public class CTConnectionSiteList {
 
     /**
      * Gets the value of the cxn property.
-     * 
+     *
      * <p>
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the cxn property.
-     * 
+     *
      * <p>
      * For example, to add a new item, do as follows:
      * <pre>
      *    getCxn().add(newItem);
      * </pre>
-     * 
-     * 
+     *
+     *
      * <p>
      * Objects of the following type(s) are allowed in the list
      * {@link CTConnectionSite }
-     * 
-     * 
+     *
+     *
      */
     public List<CTConnectionSite> getCxn() {
         if (cxn == null) {
-            cxn = new ArrayList<CTConnectionSite>();
+            cxn = new ArrayList<>();
         }
         return this.cxn;
     }

Modified: poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTGeomGuideList.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTGeomGuideList.java?rev=1876064&r1=1876063&r2=1876064&view=diff
==============================================================================
--- poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTGeomGuideList.java 
(original)
+++ poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTGeomGuideList.java Thu 
Apr  2 22:37:45 2020
@@ -19,6 +19,7 @@ package org.apache.poi.sl.draw.binding;
 
 import java.util.ArrayList;
 import java.util.List;
+
 import javax.xml.bind.annotation.XmlAccessType;
 import javax.xml.bind.annotation.XmlAccessorType;
 import javax.xml.bind.annotation.XmlType;
@@ -26,9 +27,9 @@ import javax.xml.bind.annotation.XmlType
 
 /**
  * <p>Java class for CT_GeomGuideList complex type.
- * 
+ *
  * <p>The following schema fragment specifies the expected content contained 
within this class.
- * 
+ *
  * <pre>
  * &lt;complexType name="CT_GeomGuideList"&gt;
  *   &lt;complexContent&gt;
@@ -40,8 +41,8 @@ import javax.xml.bind.annotation.XmlType
  *   &lt;/complexContent&gt;
  * &lt;/complexType&gt;
  * </pre>
- * 
- * 
+ *
+ *
  */
 @XmlAccessorType(XmlAccessType.FIELD)
 @XmlType(name = "CT_GeomGuideList", propOrder = {
@@ -53,29 +54,29 @@ public class CTGeomGuideList {
 
     /**
      * Gets the value of the gd property.
-     * 
+     *
      * <p>
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the gd property.
-     * 
+     *
      * <p>
      * For example, to add a new item, do as follows:
      * <pre>
      *    getGd().add(newItem);
      * </pre>
-     * 
-     * 
+     *
+     *
      * <p>
      * Objects of the following type(s) are allowed in the list
      * {@link CTGeomGuide }
-     * 
-     * 
+     *
+     *
      */
     public List<CTGeomGuide> getGd() {
         if (gd == null) {
-            gd = new ArrayList<CTGeomGuide>();
+            gd = new ArrayList<>();
         }
         return this.gd;
     }

Modified: poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTHslColor.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTHslColor.java?rev=1876064&r1=1876063&r2=1876064&view=diff
==============================================================================
--- poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTHslColor.java (original)
+++ poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTHslColor.java Thu Apr  
2 22:37:45 2020
@@ -19,6 +19,7 @@ package org.apache.poi.sl.draw.binding;
 
 import java.util.ArrayList;
 import java.util.List;
+
 import javax.xml.bind.JAXBElement;
 import javax.xml.bind.annotation.XmlAccessType;
 import javax.xml.bind.annotation.XmlAccessorType;
@@ -30,9 +31,9 @@ import javax.xml.bind.annotation.XmlType
 
 /**
  * <p>Java class for CT_HslColor complex type.
- * 
+ *
  * <p>The following schema fragment specifies the expected content contained 
within this class.
- * 
+ *
  * <pre>
  * &lt;complexType name="CT_HslColor"&gt;
  *   &lt;complexContent&gt;
@@ -47,8 +48,8 @@ import javax.xml.bind.annotation.XmlType
  *   &lt;/complexContent&gt;
  * &lt;/complexType&gt;
  * </pre>
- * 
- * 
+ *
+ *
  */
 @XmlAccessorType(XmlAccessType.FIELD)
 @XmlType(name = "CT_HslColor", propOrder = {
@@ -96,20 +97,20 @@ public class CTHslColor {
 
     /**
      * Gets the value of the egColorTransform property.
-     * 
+     *
      * <p>
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the 
egColorTransform property.
-     * 
+     *
      * <p>
      * For example, to add a new item, do as follows:
      * <pre>
      *    getEGColorTransform().add(newItem);
      * </pre>
-     * 
-     * 
+     *
+     *
      * <p>
      * Objects of the following type(s) are allowed in the list
      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}
@@ -140,12 +141,12 @@ public class CTHslColor {
      * {@link JAXBElement }{@code <}{@link CTPositivePercentage }{@code >}
      * {@link JAXBElement }{@code <}{@link CTGammaTransform }{@code >}
      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}
-     * 
-     * 
+     *
+     *
      */
     public List<JAXBElement<?>> getEGColorTransform() {
         if (egColorTransform == null) {
-            egColorTransform = new ArrayList<JAXBElement<?>>();
+            egColorTransform = new ArrayList<>();
         }
         return this.egColorTransform;
     }
@@ -160,7 +161,7 @@ public class CTHslColor {
 
     /**
      * Gets the value of the hue property.
-     * 
+     *
      */
     public int getHue() {
         return hue;
@@ -168,7 +169,7 @@ public class CTHslColor {
 
     /**
      * Sets the value of the hue property.
-     * 
+     *
      */
     public void setHue(int value) {
         this.hue = value;
@@ -180,7 +181,7 @@ public class CTHslColor {
 
     /**
      * Gets the value of the sat property.
-     * 
+     *
      */
     public int getSat() {
         return sat;
@@ -188,7 +189,7 @@ public class CTHslColor {
 
     /**
      * Sets the value of the sat property.
-     * 
+     *
      */
     public void setSat(int value) {
         this.sat = value;
@@ -200,7 +201,7 @@ public class CTHslColor {
 
     /**
      * Gets the value of the lum property.
-     * 
+     *
      */
     public int getLum() {
         return lum;
@@ -208,7 +209,7 @@ public class CTHslColor {
 
     /**
      * Sets the value of the lum property.
-     * 
+     *
      */
     public void setLum(int value) {
         this.lum = value;

Modified: 
poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTOfficeArtExtensionList.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTOfficeArtExtensionList.java?rev=1876064&r1=1876063&r2=1876064&view=diff
==============================================================================
--- 
poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTOfficeArtExtensionList.java 
(original)
+++ 
poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTOfficeArtExtensionList.java 
Thu Apr  2 22:37:45 2020
@@ -19,6 +19,7 @@ package org.apache.poi.sl.draw.binding;
 
 import java.util.ArrayList;
 import java.util.List;
+
 import javax.xml.bind.annotation.XmlAccessType;
 import javax.xml.bind.annotation.XmlAccessorType;
 import javax.xml.bind.annotation.XmlType;
@@ -26,9 +27,9 @@ import javax.xml.bind.annotation.XmlType
 
 /**
  * <p>Java class for CT_OfficeArtExtensionList complex type.
- * 
+ *
  * <p>The following schema fragment specifies the expected content contained 
within this class.
- * 
+ *
  * <pre>
  * &lt;complexType name="CT_OfficeArtExtensionList"&gt;
  *   &lt;complexContent&gt;
@@ -40,8 +41,8 @@ import javax.xml.bind.annotation.XmlType
  *   &lt;/complexContent&gt;
  * &lt;/complexType&gt;
  * </pre>
- * 
- * 
+ *
+ *
  */
 @XmlAccessorType(XmlAccessType.FIELD)
 @XmlType(name = "CT_OfficeArtExtensionList", propOrder = {
@@ -53,29 +54,29 @@ public class CTOfficeArtExtensionList {
 
     /**
      * Gets the value of the ext property.
-     * 
+     *
      * <p>
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the ext property.
-     * 
+     *
      * <p>
      * For example, to add a new item, do as follows:
      * <pre>
      *    getExt().add(newItem);
      * </pre>
-     * 
-     * 
+     *
+     *
      * <p>
      * Objects of the following type(s) are allowed in the list
      * {@link CTOfficeArtExtension }
-     * 
-     * 
+     *
+     *
      */
     public List<CTOfficeArtExtension> getExt() {
         if (ext == null) {
-            ext = new ArrayList<CTOfficeArtExtension>();
+            ext = new ArrayList<>();
         }
         return this.ext;
     }

Modified: poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTPath2D.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTPath2D.java?rev=1876064&r1=1876063&r2=1876064&view=diff
==============================================================================
--- poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTPath2D.java (original)
+++ poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTPath2D.java Thu Apr  2 
22:37:45 2020
@@ -19,6 +19,7 @@ package org.apache.poi.sl.draw.binding;
 
 import java.util.ArrayList;
 import java.util.List;
+
 import javax.xml.bind.annotation.XmlAccessType;
 import javax.xml.bind.annotation.XmlAccessorType;
 import javax.xml.bind.annotation.XmlAttribute;
@@ -29,9 +30,9 @@ import javax.xml.bind.annotation.XmlType
 
 /**
  * <p>Java class for CT_Path2D complex type.
- * 
+ *
  * <p>The following schema fragment specifies the expected content contained 
within this class.
- * 
+ *
  * <pre>
  * &lt;complexType name="CT_Path2D"&gt;
  *   &lt;complexContent&gt;
@@ -53,8 +54,8 @@ import javax.xml.bind.annotation.XmlType
  *   &lt;/complexContent&gt;
  * &lt;/complexType&gt;
  * </pre>
- * 
- * 
+ *
+ *
  */
 @XmlAccessorType(XmlAccessType.FIELD)
 @XmlType(name = "CT_Path2D", propOrder = {
@@ -84,20 +85,20 @@ public class CTPath2D {
 
     /**
      * Gets the value of the closeOrMoveToOrLnTo property.
-     * 
+     *
      * <p>
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the 
closeOrMoveToOrLnTo property.
-     * 
+     *
      * <p>
      * For example, to add a new item, do as follows:
      * <pre>
      *    getCloseOrMoveToOrLnTo().add(newItem);
      * </pre>
-     * 
-     * 
+     *
+     *
      * <p>
      * Objects of the following type(s) are allowed in the list
      * {@link CTPath2DClose }
@@ -106,12 +107,12 @@ public class CTPath2D {
      * {@link CTPath2DArcTo }
      * {@link CTPath2DQuadBezierTo }
      * {@link CTPath2DCubicBezierTo }
-     * 
-     * 
+     *
+     *
      */
     public List<Object> getCloseOrMoveToOrLnTo() {
         if (closeOrMoveToOrLnTo == null) {
-            closeOrMoveToOrLnTo = new ArrayList<Object>();
+            closeOrMoveToOrLnTo = new ArrayList<>();
         }
         return this.closeOrMoveToOrLnTo;
     }
@@ -126,11 +127,11 @@ public class CTPath2D {
 
     /**
      * Gets the value of the w property.
-     * 
+     *
      * @return
      *     possible object is
      *     {@link Long }
-     *     
+     *
      */
     public long getW() {
         if (w == null) {
@@ -142,11 +143,11 @@ public class CTPath2D {
 
     /**
      * Sets the value of the w property.
-     * 
+     *
      * @param value
      *     allowed object is
      *     {@link Long }
-     *     
+     *
      */
     public void setW(long value) {
         this.w = value;
@@ -162,11 +163,11 @@ public class CTPath2D {
 
     /**
      * Gets the value of the h property.
-     * 
+     *
      * @return
      *     possible object is
      *     {@link Long }
-     *     
+     *
      */
     public long getH() {
         if (h == null) {
@@ -178,11 +179,11 @@ public class CTPath2D {
 
     /**
      * Sets the value of the h property.
-     * 
+     *
      * @param value
      *     allowed object is
      *     {@link Long }
-     *     
+     *
      */
     public void setH(long value) {
         this.h = value;
@@ -198,11 +199,11 @@ public class CTPath2D {
 
     /**
      * Gets the value of the fill property.
-     * 
+     *
      * @return
      *     possible object is
      *     {@link STPathFillMode }
-     *     
+     *
      */
     public STPathFillMode getFill() {
         if (fill == null) {
@@ -214,11 +215,11 @@ public class CTPath2D {
 
     /**
      * Sets the value of the fill property.
-     * 
+     *
      * @param value
      *     allowed object is
      *     {@link STPathFillMode }
-     *     
+     *
      */
     public void setFill(STPathFillMode value) {
         this.fill = value;
@@ -230,11 +231,11 @@ public class CTPath2D {
 
     /**
      * Gets the value of the stroke property.
-     * 
+     *
      * @return
      *     possible object is
      *     {@link Boolean }
-     *     
+     *
      */
     public boolean isStroke() {
         if (stroke == null) {
@@ -246,11 +247,11 @@ public class CTPath2D {
 
     /**
      * Sets the value of the stroke property.
-     * 
+     *
      * @param value
      *     allowed object is
      *     {@link Boolean }
-     *     
+     *
      */
     public void setStroke(boolean value) {
         this.stroke = value;
@@ -266,11 +267,11 @@ public class CTPath2D {
 
     /**
      * Gets the value of the extrusionOk property.
-     * 
+     *
      * @return
      *     possible object is
      *     {@link Boolean }
-     *     
+     *
      */
     public boolean isExtrusionOk() {
         if (extrusionOk == null) {
@@ -282,11 +283,11 @@ public class CTPath2D {
 
     /**
      * Sets the value of the extrusionOk property.
-     * 
+     *
      * @param value
      *     allowed object is
      *     {@link Boolean }
-     *     
+     *
      */
     public void setExtrusionOk(boolean value) {
         this.extrusionOk = value;

Modified: 
poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTPath2DCubicBezierTo.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTPath2DCubicBezierTo.java?rev=1876064&r1=1876063&r2=1876064&view=diff
==============================================================================
--- 
poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTPath2DCubicBezierTo.java 
(original)
+++ 
poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTPath2DCubicBezierTo.java 
Thu Apr  2 22:37:45 2020
@@ -19,6 +19,7 @@ package org.apache.poi.sl.draw.binding;
 
 import java.util.ArrayList;
 import java.util.List;
+
 import javax.xml.bind.annotation.XmlAccessType;
 import javax.xml.bind.annotation.XmlAccessorType;
 import javax.xml.bind.annotation.XmlElement;
@@ -27,9 +28,9 @@ import javax.xml.bind.annotation.XmlType
 
 /**
  * <p>Java class for CT_Path2DCubicBezierTo complex type.
- * 
+ *
  * <p>The following schema fragment specifies the expected content contained 
within this class.
- * 
+ *
  * <pre>
  * &lt;complexType name="CT_Path2DCubicBezierTo"&gt;
  *   &lt;complexContent&gt;
@@ -41,8 +42,8 @@ import javax.xml.bind.annotation.XmlType
  *   &lt;/complexContent&gt;
  * &lt;/complexType&gt;
  * </pre>
- * 
- * 
+ *
+ *
  */
 @XmlAccessorType(XmlAccessType.FIELD)
 @XmlType(name = "CT_Path2DCubicBezierTo", propOrder = {
@@ -55,29 +56,29 @@ public class CTPath2DCubicBezierTo {
 
     /**
      * Gets the value of the pt property.
-     * 
+     *
      * <p>
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the pt property.
-     * 
+     *
      * <p>
      * For example, to add a new item, do as follows:
      * <pre>
      *    getPt().add(newItem);
      * </pre>
-     * 
-     * 
+     *
+     *
      * <p>
      * Objects of the following type(s) are allowed in the list
      * {@link CTAdjPoint2D }
-     * 
-     * 
+     *
+     *
      */
     public List<CTAdjPoint2D> getPt() {
         if (pt == null) {
-            pt = new ArrayList<CTAdjPoint2D>();
+            pt = new ArrayList<>();
         }
         return this.pt;
     }

Modified: poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTPath2DList.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTPath2DList.java?rev=1876064&r1=1876063&r2=1876064&view=diff
==============================================================================
--- poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTPath2DList.java 
(original)
+++ poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTPath2DList.java Thu Apr 
 2 22:37:45 2020
@@ -19,6 +19,7 @@ package org.apache.poi.sl.draw.binding;
 
 import java.util.ArrayList;
 import java.util.List;
+
 import javax.xml.bind.annotation.XmlAccessType;
 import javax.xml.bind.annotation.XmlAccessorType;
 import javax.xml.bind.annotation.XmlType;
@@ -26,9 +27,9 @@ import javax.xml.bind.annotation.XmlType
 
 /**
  * <p>Java class for CT_Path2DList complex type.
- * 
+ *
  * <p>The following schema fragment specifies the expected content contained 
within this class.
- * 
+ *
  * <pre>
  * &lt;complexType name="CT_Path2DList"&gt;
  *   &lt;complexContent&gt;
@@ -40,8 +41,8 @@ import javax.xml.bind.annotation.XmlType
  *   &lt;/complexContent&gt;
  * &lt;/complexType&gt;
  * </pre>
- * 
- * 
+ *
+ *
  */
 @XmlAccessorType(XmlAccessType.FIELD)
 @XmlType(name = "CT_Path2DList", propOrder = {
@@ -53,29 +54,29 @@ public class CTPath2DList {
 
     /**
      * Gets the value of the path property.
-     * 
+     *
      * <p>
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the path 
property.
-     * 
+     *
      * <p>
      * For example, to add a new item, do as follows:
      * <pre>
      *    getPath().add(newItem);
      * </pre>
-     * 
-     * 
+     *
+     *
      * <p>
      * Objects of the following type(s) are allowed in the list
      * {@link CTPath2D }
-     * 
-     * 
+     *
+     *
      */
     public List<CTPath2D> getPath() {
         if (path == null) {
-            path = new ArrayList<CTPath2D>();
+            path = new ArrayList<>();
         }
         return this.path;
     }

Modified: 
poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTPath2DQuadBezierTo.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTPath2DQuadBezierTo.java?rev=1876064&r1=1876063&r2=1876064&view=diff
==============================================================================
--- poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTPath2DQuadBezierTo.java 
(original)
+++ poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTPath2DQuadBezierTo.java 
Thu Apr  2 22:37:45 2020
@@ -19,6 +19,7 @@ package org.apache.poi.sl.draw.binding;
 
 import java.util.ArrayList;
 import java.util.List;
+
 import javax.xml.bind.annotation.XmlAccessType;
 import javax.xml.bind.annotation.XmlAccessorType;
 import javax.xml.bind.annotation.XmlElement;
@@ -27,9 +28,9 @@ import javax.xml.bind.annotation.XmlType
 
 /**
  * <p>Java class for CT_Path2DQuadBezierTo complex type.
- * 
+ *
  * <p>The following schema fragment specifies the expected content contained 
within this class.
- * 
+ *
  * <pre>
  * &lt;complexType name="CT_Path2DQuadBezierTo"&gt;
  *   &lt;complexContent&gt;
@@ -41,8 +42,8 @@ import javax.xml.bind.annotation.XmlType
  *   &lt;/complexContent&gt;
  * &lt;/complexType&gt;
  * </pre>
- * 
- * 
+ *
+ *
  */
 @XmlAccessorType(XmlAccessType.FIELD)
 @XmlType(name = "CT_Path2DQuadBezierTo", propOrder = {
@@ -55,29 +56,29 @@ public class CTPath2DQuadBezierTo {
 
     /**
      * Gets the value of the pt property.
-     * 
+     *
      * <p>
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the pt property.
-     * 
+     *
      * <p>
      * For example, to add a new item, do as follows:
      * <pre>
      *    getPt().add(newItem);
      * </pre>
-     * 
-     * 
+     *
+     *
      * <p>
      * Objects of the following type(s) are allowed in the list
      * {@link CTAdjPoint2D }
-     * 
-     * 
+     *
+     *
      */
     public List<CTAdjPoint2D> getPt() {
         if (pt == null) {
-            pt = new ArrayList<CTAdjPoint2D>();
+            pt = new ArrayList<>();
         }
         return this.pt;
     }

Modified: poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTPresetColor.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTPresetColor.java?rev=1876064&r1=1876063&r2=1876064&view=diff
==============================================================================
--- poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTPresetColor.java 
(original)
+++ poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTPresetColor.java Thu 
Apr  2 22:37:45 2020
@@ -19,6 +19,7 @@ package org.apache.poi.sl.draw.binding;
 
 import java.util.ArrayList;
 import java.util.List;
+
 import javax.xml.bind.JAXBElement;
 import javax.xml.bind.annotation.XmlAccessType;
 import javax.xml.bind.annotation.XmlAccessorType;
@@ -30,9 +31,9 @@ import javax.xml.bind.annotation.XmlType
 
 /**
  * <p>Java class for CT_PresetColor complex type.
- * 
+ *
  * <p>The following schema fragment specifies the expected content contained 
within this class.
- * 
+ *
  * <pre>
  * &lt;complexType name="CT_PresetColor"&gt;
  *   &lt;complexContent&gt;
@@ -45,8 +46,8 @@ import javax.xml.bind.annotation.XmlType
  *   &lt;/complexContent&gt;
  * &lt;/complexType&gt;
  * </pre>
- * 
- * 
+ *
+ *
  */
 @XmlAccessorType(XmlAccessType.FIELD)
 @XmlType(name = "CT_PresetColor", propOrder = {
@@ -90,20 +91,20 @@ public class CTPresetColor {
 
     /**
      * Gets the value of the egColorTransform property.
-     * 
+     *
      * <p>
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the 
egColorTransform property.
-     * 
+     *
      * <p>
      * For example, to add a new item, do as follows:
      * <pre>
      *    getEGColorTransform().add(newItem);
      * </pre>
-     * 
-     * 
+     *
+     *
      * <p>
      * Objects of the following type(s) are allowed in the list
      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}
@@ -134,12 +135,12 @@ public class CTPresetColor {
      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}
      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}
      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}
-     * 
-     * 
+     *
+     *
      */
     public List<JAXBElement<?>> getEGColorTransform() {
         if (egColorTransform == null) {
-            egColorTransform = new ArrayList<JAXBElement<?>>();
+            egColorTransform = new ArrayList<>();
         }
         return this.egColorTransform;
     }
@@ -154,11 +155,11 @@ public class CTPresetColor {
 
     /**
      * Gets the value of the val property.
-     * 
+     *
      * @return
      *     possible object is
      *     {@link STPresetColorVal }
-     *     
+     *
      */
     public STPresetColorVal getVal() {
         return val;
@@ -166,11 +167,11 @@ public class CTPresetColor {
 
     /**
      * Sets the value of the val property.
-     * 
+     *
      * @param value
      *     allowed object is
      *     {@link STPresetColorVal }
-     *     
+     *
      */
     public void setVal(STPresetColorVal value) {
         this.val = value;

Modified: poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTSRgbColor.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTSRgbColor.java?rev=1876064&r1=1876063&r2=1876064&view=diff
==============================================================================
--- poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTSRgbColor.java 
(original)
+++ poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTSRgbColor.java Thu Apr  
2 22:37:45 2020
@@ -19,6 +19,7 @@ package org.apache.poi.sl.draw.binding;
 
 import java.util.ArrayList;
 import java.util.List;
+
 import javax.xml.bind.JAXBElement;
 import javax.xml.bind.annotation.XmlAccessType;
 import javax.xml.bind.annotation.XmlAccessorType;
@@ -32,9 +33,9 @@ import javax.xml.bind.annotation.adapter
 
 /**
  * <p>Java class for CT_SRgbColor complex type.
- * 
+ *
  * <p>The following schema fragment specifies the expected content contained 
within this class.
- * 
+ *
  * <pre>
  * &lt;complexType name="CT_SRgbColor"&gt;
  *   &lt;complexContent&gt;
@@ -47,8 +48,8 @@ import javax.xml.bind.annotation.adapter
  *   &lt;/complexContent&gt;
  * &lt;/complexType&gt;
  * </pre>
- * 
- * 
+ *
+ *
  */
 @XmlAccessorType(XmlAccessType.FIELD)
 @XmlType(name = "CT_SRgbColor", propOrder = {
@@ -93,20 +94,20 @@ public class CTSRgbColor {
 
     /**
      * Gets the value of the egColorTransform property.
-     * 
+     *
      * <p>
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the 
egColorTransform property.
-     * 
+     *
      * <p>
      * For example, to add a new item, do as follows:
      * <pre>
      *    getEGColorTransform().add(newItem);
      * </pre>
-     * 
-     * 
+     *
+     *
      * <p>
      * Objects of the following type(s) are allowed in the list
      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}
@@ -137,12 +138,12 @@ public class CTSRgbColor {
      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}
      * {@link JAXBElement }{@code <}{@link CTInverseTransform }{@code >}
      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}
-     * 
-     * 
+     *
+     *
      */
     public List<JAXBElement<?>> getEGColorTransform() {
         if (egColorTransform == null) {
-            egColorTransform = new ArrayList<JAXBElement<?>>();
+            egColorTransform = new ArrayList<>();
         }
         return this.egColorTransform;
     }
@@ -157,11 +158,11 @@ public class CTSRgbColor {
 
     /**
      * Gets the value of the val property.
-     * 
+     *
      * @return
      *     possible object is
      *     {@link String }
-     *     
+     *
      */
     public byte[] getVal() {
         return val;
@@ -169,11 +170,11 @@ public class CTSRgbColor {
 
     /**
      * Sets the value of the val property.
-     * 
+     *
      * @param value
      *     allowed object is
      *     {@link String }
-     *     
+     *
      */
     public void setVal(byte[] value) {
         this.val = value;

Modified: poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTScRgbColor.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTScRgbColor.java?rev=1876064&r1=1876063&r2=1876064&view=diff
==============================================================================
--- poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTScRgbColor.java 
(original)
+++ poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTScRgbColor.java Thu Apr 
 2 22:37:45 2020
@@ -19,6 +19,7 @@ package org.apache.poi.sl.draw.binding;
 
 import java.util.ArrayList;
 import java.util.List;
+
 import javax.xml.bind.JAXBElement;
 import javax.xml.bind.annotation.XmlAccessType;
 import javax.xml.bind.annotation.XmlAccessorType;
@@ -30,9 +31,9 @@ import javax.xml.bind.annotation.XmlType
 
 /**
  * <p>Java class for CT_ScRgbColor complex type.
- * 
+ *
  * <p>The following schema fragment specifies the expected content contained 
within this class.
- * 
+ *
  * <pre>
  * &lt;complexType name="CT_ScRgbColor"&gt;
  *   &lt;complexContent&gt;
@@ -47,8 +48,8 @@ import javax.xml.bind.annotation.XmlType
  *   &lt;/complexContent&gt;
  * &lt;/complexType&gt;
  * </pre>
- * 
- * 
+ *
+ *
  */
 @XmlAccessorType(XmlAccessType.FIELD)
 @XmlType(name = "CT_ScRgbColor", propOrder = {
@@ -96,20 +97,20 @@ public class CTScRgbColor {
 
     /**
      * Gets the value of the egColorTransform property.
-     * 
+     *
      * <p>
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the 
egColorTransform property.
-     * 
+     *
      * <p>
      * For example, to add a new item, do as follows:
      * <pre>
      *    getEGColorTransform().add(newItem);
      * </pre>
-     * 
-     * 
+     *
+     *
      * <p>
      * Objects of the following type(s) are allowed in the list
      * {@link JAXBElement }{@code <}{@link CTGammaTransform }{@code >}
@@ -140,12 +141,12 @@ public class CTScRgbColor {
      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}
      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}
      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}
-     * 
-     * 
+     *
+     *
      */
     public List<JAXBElement<?>> getEGColorTransform() {
         if (egColorTransform == null) {
-            egColorTransform = new ArrayList<JAXBElement<?>>();
+            egColorTransform = new ArrayList<>();
         }
         return this.egColorTransform;
     }
@@ -160,7 +161,7 @@ public class CTScRgbColor {
 
     /**
      * Gets the value of the r property.
-     * 
+     *
      */
     public int getR() {
         return r;
@@ -168,7 +169,7 @@ public class CTScRgbColor {
 
     /**
      * Sets the value of the r property.
-     * 
+     *
      */
     public void setR(int value) {
         this.r = value;
@@ -180,7 +181,7 @@ public class CTScRgbColor {
 
     /**
      * Gets the value of the g property.
-     * 
+     *
      */
     public int getG() {
         return g;
@@ -188,7 +189,7 @@ public class CTScRgbColor {
 
     /**
      * Sets the value of the g property.
-     * 
+     *
      */
     public void setG(int value) {
         this.g = value;
@@ -200,7 +201,7 @@ public class CTScRgbColor {
 
     /**
      * Gets the value of the b property.
-     * 
+     *
      */
     public int getB() {
         return b;
@@ -208,7 +209,7 @@ public class CTScRgbColor {
 
     /**
      * Sets the value of the b property.
-     * 
+     *
      */
     public void setB(int value) {
         this.b = value;

Modified: poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTSchemeColor.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTSchemeColor.java?rev=1876064&r1=1876063&r2=1876064&view=diff
==============================================================================
--- poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTSchemeColor.java 
(original)
+++ poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTSchemeColor.java Thu 
Apr  2 22:37:45 2020
@@ -19,6 +19,7 @@ package org.apache.poi.sl.draw.binding;
 
 import java.util.ArrayList;
 import java.util.List;
+
 import javax.xml.bind.JAXBElement;
 import javax.xml.bind.annotation.XmlAccessType;
 import javax.xml.bind.annotation.XmlAccessorType;
@@ -30,9 +31,9 @@ import javax.xml.bind.annotation.XmlType
 
 /**
  * <p>Java class for CT_SchemeColor complex type.
- * 
+ *
  * <p>The following schema fragment specifies the expected content contained 
within this class.
- * 
+ *
  * <pre>
  * &lt;complexType name="CT_SchemeColor"&gt;
  *   &lt;complexContent&gt;
@@ -45,8 +46,8 @@ import javax.xml.bind.annotation.XmlType
  *   &lt;/complexContent&gt;
  * &lt;/complexType&gt;
  * </pre>
- * 
- * 
+ *
+ *
  */
 @XmlAccessorType(XmlAccessType.FIELD)
 @XmlType(name = "CT_SchemeColor", propOrder = {
@@ -90,20 +91,20 @@ public class CTSchemeColor {
 
     /**
      * Gets the value of the egColorTransform property.
-     * 
+     *
      * <p>
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the 
egColorTransform property.
-     * 
+     *
      * <p>
      * For example, to add a new item, do as follows:
      * <pre>
      *    getEGColorTransform().add(newItem);
      * </pre>
-     * 
-     * 
+     *
+     *
      * <p>
      * Objects of the following type(s) are allowed in the list
      * {@link JAXBElement }{@code <}{@link CTComplementTransform }{@code >}
@@ -134,12 +135,12 @@ public class CTSchemeColor {
      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}
      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}
      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}
-     * 
-     * 
+     *
+     *
      */
     public List<JAXBElement<?>> getEGColorTransform() {
         if (egColorTransform == null) {
-            egColorTransform = new ArrayList<JAXBElement<?>>();
+            egColorTransform = new ArrayList<>();
         }
         return this.egColorTransform;
     }
@@ -154,11 +155,11 @@ public class CTSchemeColor {
 
     /**
      * Gets the value of the val property.
-     * 
+     *
      * @return
      *     possible object is
      *     {@link STSchemeColorVal }
-     *     
+     *
      */
     public STSchemeColorVal getVal() {
         return val;
@@ -166,11 +167,11 @@ public class CTSchemeColor {
 
     /**
      * Sets the value of the val property.
-     * 
+     *
      * @param value
      *     allowed object is
      *     {@link STSchemeColorVal }
-     *     
+     *
      */
     public void setVal(STSchemeColorVal value) {
         this.val = value;

Modified: poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTSystemColor.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTSystemColor.java?rev=1876064&r1=1876063&r2=1876064&view=diff
==============================================================================
--- poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTSystemColor.java 
(original)
+++ poi/trunk/src/java/org/apache/poi/sl/draw/binding/CTSystemColor.java Thu 
Apr  2 22:37:45 2020
@@ -19,6 +19,7 @@ package org.apache.poi.sl.draw.binding;
 
 import java.util.ArrayList;
 import java.util.List;
+
 import javax.xml.bind.JAXBElement;
 import javax.xml.bind.annotation.XmlAccessType;
 import javax.xml.bind.annotation.XmlAccessorType;
@@ -33,9 +34,9 @@ import javax.xml.bind.annotation.adapter
 
 /**
  * <p>Java class for CT_SystemColor complex type.
- * 
+ *
  * <p>The following schema fragment specifies the expected content contained 
within this class.
- * 
+ *
  * <pre>
  * &lt;complexType name="CT_SystemColor"&gt;
  *   &lt;complexContent&gt;
@@ -49,8 +50,8 @@ import javax.xml.bind.annotation.adapter
  *   &lt;/complexContent&gt;
  * &lt;/complexType&gt;
  * </pre>
- * 
- * 
+ *
+ *
  */
 @XmlAccessorType(XmlAccessType.FIELD)
 @XmlType(name = "CT_SystemColor", propOrder = {
@@ -98,20 +99,20 @@ public class CTSystemColor {
 
     /**
      * Gets the value of the egColorTransform property.
-     * 
+     *
      * <p>
      * This accessor method returns a reference to the live list,
      * not a snapshot. Therefore any modification you make to the
      * returned list will be present inside the JAXB object.
      * This is why there is not a <CODE>set</CODE> method for the 
egColorTransform property.
-     * 
+     *
      * <p>
      * For example, to add a new item, do as follows:
      * <pre>
      *    getEGColorTransform().add(newItem);
      * </pre>
-     * 
-     * 
+     *
+     *
      * <p>
      * Objects of the following type(s) are allowed in the list
      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}
@@ -142,12 +143,12 @@ public class CTSystemColor {
      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}
      * {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >}
      * {@link JAXBElement }{@code <}{@link CTComplementTransform }{@code >}
-     * 
-     * 
+     *
+     *
      */
     public List<JAXBElement<?>> getEGColorTransform() {
         if (egColorTransform == null) {
-            egColorTransform = new ArrayList<JAXBElement<?>>();
+            egColorTransform = new ArrayList<>();
         }
         return this.egColorTransform;
     }
@@ -162,11 +163,11 @@ public class CTSystemColor {
 
     /**
      * Gets the value of the val property.
-     * 
+     *
      * @return
      *     possible object is
      *     {@link String }
-     *     
+     *
      */
     public String getVal() {
         return val;
@@ -174,11 +175,11 @@ public class CTSystemColor {
 
     /**
      * Sets the value of the val property.
-     * 
+     *
      * @param value
      *     allowed object is
      *     {@link String }
-     *     
+     *
      */
     public void setVal(String value) {
         this.val = value;
@@ -190,11 +191,11 @@ public class CTSystemColor {
 
     /**
      * Gets the value of the lastClr property.
-     * 
+     *
      * @return
      *     possible object is
      *     {@link String }
-     *     
+     *
      */
     public byte[] getLastClr() {
         return lastClr;
@@ -202,11 +203,11 @@ public class CTSystemColor {
 
     /**
      * Sets the value of the lastClr property.
-     * 
+     *
      * @param value
      *     allowed object is
      *     {@link String }
-     *     
+     *
      */
     public void setLastClr(byte[] value) {
         this.lastClr = value;



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to