mirror of
https://github.com/apache/commons-csv.git
synced 2025-02-16 23:16:01 +00:00
Rename test package org.apache.commons.csv.bugs to
org.apache.commons.csv.issues.
This commit is contained in:
parent
18ed616214
commit
9afec3ed39
@ -14,7 +14,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
package org.apache.commons.csv.bugs;
|
||||
package org.apache.commons.csv.issues;
|
||||
|
||||
import static org.junit.Assert.assertTrue;
|
||||
|
@ -14,7 +14,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
package org.apache.commons.csv.bugs;
|
||||
package org.apache.commons.csv.issues;
|
||||
|
||||
import java.io.BufferedReader;
|
||||
import java.io.IOException;
|
@ -14,7 +14,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
package org.apache.commons.csv.bugs;
|
||||
package org.apache.commons.csv.issues;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.io.InputStream;
|
Loading…
x
Reference in New Issue
Block a user