]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Removed unnecessary Checkstyle CSOK comments
authorVincent Hennebert <vhennebert@apache.org>
Mon, 24 Jan 2011 11:46:53 +0000 (11:46 +0000)
committerVincent Hennebert <vhennebert@apache.org>
Mon, 24 Jan 2011 11:46:53 +0000 (11:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1062741 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/fo/FOPropertyMapping.java

index 1aaa23bd61f3d9c25d75e139037d663d21d5f348..b1e851ea442cc092ef8c7ee56350a763c155dec6 100644 (file)
@@ -79,14 +79,11 @@ public final class FOPropertyMapping implements Constants {
     private FOPropertyMapping() {
     }
 
-    private static Map<String, Integer> propNames
-            = new HashMap<String, Integer>();     // CSOK: VisibilityModifier
-    private static Map<String, Integer> subPropNames
-            = new HashMap<String, Integer>();  // CSOK: VisibilityModifier
-    private static Map<Integer, String> propIds
-            = new HashMap<Integer, String>();       // CSOK: VisibilityModifier
-
-    private static PropertyMaker[] generics = null;             // CSOK: VisibilityModifier
+    private static Map<String, Integer> propNames = new HashMap<String, Integer>();
+    private static Map<String, Integer> subPropNames = new HashMap<String, Integer>();
+    private static Map<Integer, String> propIds = new HashMap<Integer, String>();
+
+    private static PropertyMaker[] generics = null;
 
     // The rest is only used during the building of the generics array.
     private Property[] enums = null;