Author: kiwiwings
Date: Wed Mar 16 22:34:26 2016
New Revision: 1735323

URL: http://svn.apache.org/viewvc?rev=1735323&view=rev
Log:
sonar fixes

Modified:
    poi/trunk/src/examples/src/org/apache/poi/hslf/examples/ApacheconEU08.java

Modified: 
poi/trunk/src/examples/src/org/apache/poi/hslf/examples/ApacheconEU08.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/src/examples/src/org/apache/poi/hslf/examples/ApacheconEU08.java?rev=1735323&r1=1735322&r2=1735323&view=diff
==============================================================================
--- poi/trunk/src/examples/src/org/apache/poi/hslf/examples/ApacheconEU08.java 
(original)
+++ poi/trunk/src/examples/src/org/apache/poi/hslf/examples/ApacheconEU08.java 
Wed Mar 16 22:34:26 2016
@@ -374,10 +374,10 @@ public final class ApacheconEU08 {
     public static void slide10(SlideShow<?,?> ppt) throws IOException {
         //bar chart data. The first value is the bar color, the second is the 
width
         Object[] def = new Object[]{
-            Color.yellow, new Integer(100),
-            Color.green, new Integer(150),
-            Color.gray, new Integer(75),
-            Color.red, new Integer(200),
+            Color.yellow, 100,
+            Color.green, 150,
+            Color.gray, 75,
+            Color.red, 200,
         };
 
         Slide<?,?> slide = ppt.createSlide();



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

Reply via email to