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…
Reference in New Issue