You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mr...@apache.org on 2011/02/08 23:27:10 UTC

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

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 */