Skip to content

Commit

Permalink
testing: Fix conflict following rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedneilhussain committed Jun 15, 2022
1 parent 348f10c commit 64c3700
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@
import java.lang.reflect.Method;
import java.nio.file.Files;
import java.nio.file.Path;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import java.util.concurrent.BrokenBarrierException;
import java.util.concurrent.CountDownLatch;
Expand Down Expand Up @@ -68,8 +66,6 @@ private TestUtils() {
// this class shouldn't be instantiated
}

private static List<File> tempFiles = new ArrayList<>();

public static ITextViewer openTextViewer(IFile file) throws InvocationTargetException, PartInitException {
IEditorPart editor = openEditor(file);
return getTextViewer(editor);
Expand Down

0 comments on commit 64c3700

Please sign in to comment.