You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by fm...@apache.org on 2014/08/11 11:21:06 UTC

git commit: removed unused import

Repository: olingo-odata4
Updated Branches:
  refs/heads/master 563959f02 -> 15a76db92


removed unused import


Project: http://git-wip-us.apache.org/repos/asf/olingo-odata4/repo
Commit: http://git-wip-us.apache.org/repos/asf/olingo-odata4/commit/15a76db9
Tree: http://git-wip-us.apache.org/repos/asf/olingo-odata4/tree/15a76db9
Diff: http://git-wip-us.apache.org/repos/asf/olingo-odata4/diff/15a76db9

Branch: refs/heads/master
Commit: 15a76db92097481a07bef532844f12c0a8ece46d
Parents: 563959f
Author: fmartelli <fa...@gmail.com>
Authored: Mon Aug 11 11:20:42 2014 +0200
Committer: fmartelli <fa...@gmail.com>
Committed: Mon Aug 11 11:20:42 2014 +0200

----------------------------------------------------------------------
 .../org/apache/olingo/fit/proxy/v4/APIBasicDesignTestITCase.java    | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/15a76db9/fit/src/test/java/org/apache/olingo/fit/proxy/v4/APIBasicDesignTestITCase.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/APIBasicDesignTestITCase.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/APIBasicDesignTestITCase.java
index f85c47e..7346275 100644
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/APIBasicDesignTestITCase.java
+++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/APIBasicDesignTestITCase.java
@@ -41,7 +41,6 @@ import org.apache.olingo.ext.proxy.AbstractService;
 import org.apache.olingo.ext.proxy.api.EdmStreamValue;
 import org.apache.olingo.ext.proxy.api.PrimitiveCollection;
 import org.apache.olingo.ext.proxy.commons.AbstractCollectionInvocationHandler;
-import org.apache.olingo.ext.proxy.commons.EntitySetInvocationHandler;
 import org.junit.Test;
 
 //CHECKSTYLE:OFF (Maven checkstyle)