Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed Sep 10, 2013
1 parent bc8ec8d commit 109238e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
@@ -1,6 +1,5 @@
package org.zanata.rest.dto;

import java.net.URI;
import java.util.ArrayList;
import java.util.List;

Expand Down
Expand Up @@ -31,9 +31,6 @@
import static org.hamcrest.Matchers.is;
import static org.hamcrest.Matchers.equalTo;

import static org.hamcrest.Matchers.not;
import static org.hamcrest.Matchers.sameInstance;

@Test(groups = { "unit-tests" })
public class TranslationStatisticsTest
{
Expand Down
Expand Up @@ -23,10 +23,6 @@
import org.testng.annotations.Test;

import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.is;
import static org.hamcrest.Matchers.not;
import static org.hamcrest.Matchers.sameInstance;

import static org.zanata.rest.service.SourceDocResource.*;

@Test(groups = { "unit-tests" })
Expand Down

0 comments on commit 109238e

Please sign in to comment.