Fixing RAT errors due to ref and server-ref

This commit is contained in:
Francesco Chicchiriccò 2014-05-14 10:45:31 +02:00
parent ab4afd24e1
commit 35f4550089
2 changed files with 6 additions and 5 deletions

View File

@ -18,6 +18,10 @@
*/
package org.apache.olingo.fit.proxy.v4;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;
import java.lang.reflect.Proxy;
import java.math.BigDecimal;
import org.apache.commons.lang3.StringUtils;
@ -29,9 +33,6 @@ import org.apache.olingo.fit.proxy.v4.staticservice.microsoft.test.odata.service
import org.apache.olingo.fit.proxy.v4.staticservice.microsoft.test.odata.services.odatawcfservice.types.OrderDetail;
import org.apache.olingo.fit.proxy.v4.staticservice.microsoft.test.odata.services.odatawcfservice.types.OrderDetailKey;
import org.apache.olingo.fit.proxy.v4.staticservice.microsoft.test.odata.services.odatawcfservice.types.Person;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;
import org.junit.Test;
/**

View File

@ -448,8 +448,8 @@
<exclude>**/nb-configuration.xml</exclude>
<exclude>**/.externalToolBuilders/**</exclude>
<exclude>**/maven-eclipse.xml</exclude>
<exclude>**/checkstyle-*</exclude>
<exclude>**/.plxarc</exclude>
<exclude>**/ref/**</exclude>
<exclude>**/server-ref/**</exclude>
</excludes>
</configuration>
</execution>