Remove unnecessary imports
Change-Id: Iaa86c0d4d893a1eb6f114275c35ff830fb2b7fff
This commit is contained in:
@@ -14,8 +14,6 @@
|
|||||||
|
|
||||||
package org.eclipse.jgit.internal.storage.file;
|
package org.eclipse.jgit.internal.storage.file;
|
||||||
|
|
||||||
import org.eclipse.jgit.internal.storage.file.WindowCache;
|
|
||||||
|
|
||||||
// Hack to obtain visibility to package level methods only.
|
// Hack to obtain visibility to package level methods only.
|
||||||
// These aren't yet part of the public JGit API.
|
// These aren't yet part of the public JGit API.
|
||||||
|
|
||||||
|
@@ -31,7 +31,6 @@ import org.eclipse.jgit.revwalk.RevWalk;
|
|||||||
import org.eclipse.jgit.treewalk.TreeWalk;
|
import org.eclipse.jgit.treewalk.TreeWalk;
|
||||||
|
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
import java.nio.charset.CharacterCodingException;
|
|
||||||
|
|
||||||
/** State supporting processing of a single {@link Patch} instance. */
|
/** State supporting processing of a single {@link Patch} instance. */
|
||||||
public class PatchFile {
|
public class PatchFile {
|
||||||
@@ -89,7 +88,6 @@ public class PatchFile {
|
|||||||
* @throws CorruptEntityException the patch cannot be read.
|
* @throws CorruptEntityException the patch cannot be read.
|
||||||
* @throws IOException the patch or complete file content cannot be read.
|
* @throws IOException the patch or complete file content cannot be read.
|
||||||
* @throws NoSuchEntityException
|
* @throws NoSuchEntityException
|
||||||
* @throws CharacterCodingException the file is not a known character set.
|
|
||||||
*/
|
*/
|
||||||
public String getLine(final int file, final int line)
|
public String getLine(final int file, final int line)
|
||||||
throws CorruptEntityException, IOException, NoSuchEntityException {
|
throws CorruptEntityException, IOException, NoSuchEntityException {
|
||||||
|
@@ -14,8 +14,6 @@
|
|||||||
|
|
||||||
package com.google.gerrit.server.ioutil;
|
package com.google.gerrit.server.ioutil;
|
||||||
|
|
||||||
import com.google.gerrit.server.ioutil.ColumnFormatter;
|
|
||||||
|
|
||||||
import junit.framework.TestCase;
|
import junit.framework.TestCase;
|
||||||
|
|
||||||
import java.io.PrintWriter;
|
import java.io.PrintWriter;
|
||||||
|
Reference in New Issue
Block a user