Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Commit

Permalink
refactored ExposedLinuxFile into .test namespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
savageautomate committed Mar 1, 2021
1 parent 28b37e9 commit 669c123
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.pi4j.io.file;
package com.pi4j.io.file.test;

/*
* #%L
Expand Down Expand Up @@ -27,6 +27,8 @@
* #L%
*/

import com.pi4j.io.file.LinuxFile;

import java.io.FileNotFoundException;
import java.io.IOException;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
*/

import com.pi4j.IntegrationTests;
import com.pi4j.io.file.ExposedLinuxFile;
import org.junit.After;
import org.junit.Assert;
import org.junit.Before;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
* #L%
*/

import com.pi4j.io.file.ExposedLinuxFile;

import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
Expand Down

0 comments on commit 669c123

Please sign in to comment.