You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by de...@apache.org on 2019/01/30 09:12:05 UTC

svn commit: r1852507 - /ofbiz/ofbiz-framework/branches/release17.12/framework/entity/src/main/java/org/apache/ofbiz/entity/GenericPK.java

Author: deepak
Date: Wed Jan 30 09:12:04 2019
New Revision: 1852507

URL: http://svn.apache.org/viewvc?rev=1852507&view=rev
Log:
Applied fix from trunk for revision: 1813640
============
Fixed: Corrected wrong import introduced in 1813640.

Thanks Scott Gray for reporting.

============

Modified:
    ofbiz/ofbiz-framework/branches/release17.12/framework/entity/src/main/java/org/apache/ofbiz/entity/GenericPK.java

Modified: ofbiz/ofbiz-framework/branches/release17.12/framework/entity/src/main/java/org/apache/ofbiz/entity/GenericPK.java
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/branches/release17.12/framework/entity/src/main/java/org/apache/ofbiz/entity/GenericPK.java?rev=1852507&r1=1852506&r2=1852507&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/branches/release17.12/framework/entity/src/main/java/org/apache/ofbiz/entity/GenericPK.java (original)
+++ ofbiz/ofbiz-framework/branches/release17.12/framework/entity/src/main/java/org/apache/ofbiz/entity/GenericPK.java Wed Jan 30 09:12:04 2019
@@ -21,7 +21,6 @@ package org.apache.ofbiz.entity;
 import java.util.Map;
 
 import org.apache.ofbiz.entity.model.ModelEntity;
-import org.apache.sis.internal.jdk7.Objects;
 
 /**
  * Generic Entity Primary Key Object