Skip to content

Commit efda586

Browse files
committed
app: delete 2 unused imports
1 parent 9eca338 commit efda586

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/test/java/testjoltjni/app/performancetest/CharacterVirtualScene.java

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ of this software and associated documentation files (the "Software"), to deal
2525
import com.github.stephengold.joltjni.readonly.*;
2626
import static com.github.stephengold.joltjni.Jolt.*;
2727
import static com.github.stephengold.joltjni.operator.Op.*;
28-
import static com.github.stephengold.joltjni.std.Std.*;
2928
import java.util.*;
3029

3130
/**

src/test/java/testjoltjni/app/samples/ShapeCreator.java

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ of this software and associated documentation files (the "Software"), to deal
2323
import com.github.stephengold.joltjni.*;
2424
import com.github.stephengold.joltjni.operator.Op;
2525
import static com.github.stephengold.joltjni.Jolt.*;
26-
import static com.github.stephengold.joltjni.std.Std.*;
2726
/**
2827
* A line-for-line Java translation of the {@code ShapeCreator} namespace.
2928
* <p>

0 commit comments

Comments
 (0)