File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
java-compiler-testing/src/main/java
io/github/ascopes/jct/workspaces/impl Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 1717
1818import com .github .marschall .memoryfilesystem .MemoryFileSystemBuilder ;
1919import com .github .marschall .memoryfilesystem .memory .MemoryURLStreamHandlerFactory ;
20- import io .github .ascopes .jct .workspaces .RamFileSystemProvider ;
2120import java .io .IOException ;
2221import java .io .UncheckedIOException ;
2322import java .net .URLStreamHandler ;
Original file line number Diff line number Diff line change 1313 * See the License for the specific language governing permissions and
1414 * limitations under the License.
1515 */
16- import io .github .ascopes .jct .junit .JctExtension ;
17- import io .github .ascopes .jct .workspaces .RamFileSystemProvider ;
1816import io .github .ascopes .jct .workspaces .impl .MemoryFileSystemProvider .MemoryFileSystemUrlHandlerProvider ;
19- import org .junit .jupiter .api .extension .Extension ;
2017import java .net .spi .URLStreamHandlerProvider ;
2118
2219/**
135132 ///////////////////////////////////
136133
137134 provides URLStreamHandlerProvider with MemoryFileSystemUrlHandlerProvider ;
138- uses RamFileSystemProvider ;
139135
140136 //////////////////////////////////////////////////////
141137 /// EXPOSURE OF INTERNALS TO THE TESTING NAMESPACE ///
You can’t perform that action at this time.
0 commit comments