Rename test package org.apache.commons.csv.bugs to

org.apache.commons.csv.issues.
This commit is contained in:
Gary Gregory 2016-12-01 13:27:40 -08:00
parent 18ed616214
commit 9afec3ed39
3 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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;