removed unused import

This commit is contained in:
fmartelli 2014-08-11 11:20:42 +02:00
parent 563959f022
commit 15a76db920
1 changed files with 0 additions and 1 deletions

View File

@ -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)