svn commit: r1068631 - /ofbiz/trunk/framework/entity/src/org/ofbiz/entity/model/ModelEntity.java

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1068631 - /ofbiz/trunk/framework/entity/src/org/ofbiz/entity/model/ModelEntity.java

mrisaliti
Author: mrisaliti
Date: Tue Feb  8 22:27:10 2011
New Revision: 1068631

URL: http://svn.apache.org/viewvc?rev=1068631&view=rev
Log:
Remove unnecessary suppress of warnings in ModelEntity (OFBIZ-4102)

Modified:
    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/model/ModelEntity.java

Modified: ofbiz/trunk/framework/entity/src/org/ofbiz/entity/model/ModelEntity.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/entity/src/org/ofbiz/entity/model/ModelEntity.java?rev=1068631&r1=1068630&r2=1068631&view=diff
==============================================================================
--- ofbiz/trunk/framework/entity/src/org/ofbiz/entity/model/ModelEntity.java (original)
+++ ofbiz/trunk/framework/entity/src/org/ofbiz/entity/model/ModelEntity.java Tue Feb  8 22:27:10 2011
@@ -60,7 +60,6 @@ import org.w3c.dom.Element;
 @SuppressWarnings("serial")
 public class ModelEntity extends ModelInfo implements Comparable<ModelEntity>, Serializable {
 
-    @SuppressWarnings("hiding")
     public static final String module = ModelEntity.class.getName();
 
     /** The name of the time stamp field for locking/synchronization */