Author: mbrohl
Date: Fri Jul 27 09:30:13 2018
New Revision: 1836796

URL: http://svn.apache.org/viewvc?rev=1836796&view=rev
Log:
Fixed: Corrected wrong import introduced in 1813640.

Thanks Scott Gray for reporting.

Modified:
    
ofbiz/ofbiz-framework/trunk/framework/entity/src/main/java/org/apache/ofbiz/entity/GenericPK.java

Modified: 
ofbiz/ofbiz-framework/trunk/framework/entity/src/main/java/org/apache/ofbiz/entity/GenericPK.java
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/entity/src/main/java/org/apache/ofbiz/entity/GenericPK.java?rev=1836796&r1=1836795&r2=1836796&view=diff
==============================================================================
--- 
ofbiz/ofbiz-framework/trunk/framework/entity/src/main/java/org/apache/ofbiz/entity/GenericPK.java
 (original)
+++ 
ofbiz/ofbiz-framework/trunk/framework/entity/src/main/java/org/apache/ofbiz/entity/GenericPK.java
 Fri Jul 27 09:30:13 2018
@@ -19,9 +19,9 @@
 package org.apache.ofbiz.entity;
 
 import java.util.Map;
+import java.util.Objects;
 
 import org.apache.ofbiz.entity.model.ModelEntity;
-import org.apache.sis.internal.jdk7.Objects;
 
 /**
  * Generic Entity Primary Key Object


Reply via email to