Rename FSJava7Test to FSTest

Since 4.0 JGit does no longer support Java versions older than Java 7 so
there is no need anymore to mention Java 7 in the class name.

Change-Id: Ic46c9d89a7e919ae4a69487fa06de0478d2b21f0
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
This commit is contained in:
Matthias Sohn 2016-09-03 00:03:00 +02:00
parent 5a4dcceb7b
commit a4508f994a
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@
import org.junit.Before;
import org.junit.Test;
public class FSJava7Test {
public class FSTest {
private File trash;
@Before