Skip to content

Commit

Permalink
#1: Rename packages to io.github.dgroup.xlsx
Browse files Browse the repository at this point in the history
  • Loading branch information
dgroup committed Dec 15, 2019
1 parent 34a0294 commit 4c44c1f
Show file tree
Hide file tree
Showing 16 changed files with 19 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* OR OTHER DEALINGS IN THE SOFTWARE.
*/

package io.github.dgroup.poi.cell;
package io.github.dgroup.xlsx.cell;

import org.cactoos.Scalar;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* OR OTHER DEALINGS IN THE SOFTWARE.
*/

package io.github.dgroup.poi.cell;
package io.github.dgroup.xlsx.cell;

import java.time.LocalDate;
import java.time.LocalDateTime;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* OR OTHER DEALINGS IN THE SOFTWARE.
*/

package io.github.dgroup.poi.cell;
package io.github.dgroup.xlsx.cell;

import java.time.LocalDate;
import java.time.ZoneId;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* OR OTHER DEALINGS IN THE SOFTWARE.
*/

package io.github.dgroup.poi.cell;
package io.github.dgroup.xlsx.cell;

import java.time.ZoneId;
import java.util.Collection;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* OR OTHER DEALINGS IN THE SOFTWARE.
*/

package io.github.dgroup.poi.cell;
package io.github.dgroup.xlsx.cell;

import org.cactoos.Scalar;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* OR OTHER DEALINGS IN THE SOFTWARE.
*/

package io.github.dgroup.poi.cell;
package io.github.dgroup.xlsx.cell;

import java.time.YearMonth;
import java.time.format.TextStyle;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* OR OTHER DEALINGS IN THE SOFTWARE.
*/

package io.github.dgroup.poi.cell;
package io.github.dgroup.xlsx.cell;

import org.apache.poi.xssf.usermodel.XSSFRow;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* OR OTHER DEALINGS IN THE SOFTWARE.
*/

package io.github.dgroup.poi.cell;
package io.github.dgroup.xlsx.cell;

import java.util.List;
import java.util.Objects;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
*
* @since 0.1.0
*/
package io.github.dgroup.poi.cell;
package io.github.dgroup.xlsx.cell;
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
* OR OTHER DEALINGS IN THE SOFTWARE.
*/

package io.github.dgroup.poi.row;
package io.github.dgroup.xlsx.row;

import io.github.dgroup.poi.cell.MutableCell;
import io.github.dgroup.xlsx.cell.MutableCell;

/**
* An excel row which may change the cell(s) value for within particular row.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* OR OTHER DEALINGS IN THE SOFTWARE.
*/

package io.github.dgroup.poi.row;
package io.github.dgroup.xlsx.row;

import org.apache.poi.xssf.usermodel.XSSFRow;
import org.cactoos.Scalar;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
* OR OTHER DEALINGS IN THE SOFTWARE.
*/

package io.github.dgroup.poi.row;
package io.github.dgroup.xlsx.row;

import io.github.dgroup.poi.cell.MutableCell;
import io.github.dgroup.xlsx.cell.MutableCell;
import java.util.concurrent.atomic.AtomicInteger;
import org.apache.poi.xssf.usermodel.XSSFRow;
import org.apache.poi.xssf.usermodel.XSSFSheet;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
*
* @since 0.1.0
*/
package io.github.dgroup.poi.row;
package io.github.dgroup.xlsx.row;
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* OR OTHER DEALINGS IN THE SOFTWARE.
*/

package io.github.dgroup.poi.cell;
package io.github.dgroup.xlsx.cell;

import org.apache.poi.xssf.usermodel.XSSFCell;
import org.apache.poi.xssf.usermodel.XSSFRow;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* OR OTHER DEALINGS IN THE SOFTWARE.
*/

package io.github.dgroup.poi.cell;
package io.github.dgroup.xlsx.cell;

import com.tngtech.java.junit.dataprovider.DataProvider;
import com.tngtech.java.junit.dataprovider.DataProviderRunner;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
*/

/**
* Unit tests for the package {@link io.github.dgroup.poi.cell}.
* Unit tests for the package {@link io.github.dgroup.xlsx.cell}.
*
* @since 0.1.0
*/
package io.github.dgroup.poi.cell;
package io.github.dgroup.xlsx.cell;

0 comments on commit 4c44c1f

Please sign in to comment.