Skip to content

Commit b275363

Browse files
committed
Cleanup
1 parent 53c65a9 commit b275363

File tree

11 files changed

+33
-34
lines changed

11 files changed

+33
-34
lines changed

src/main/groovy/com/jameskleeh/excel/CellStyleBuilder.groovy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ or more contributor license agreements. See the NOTICE file
44
distributed with this work for additional information
55
regarding copyright ownership. The ASF licenses this file
66
to you under the Apache License, Version 2.0 (the
7-
"License"); you may not use this file except in compliance
7+
"License"); you may not use this file except in compliance
88
with the License. You may obtain a copy of the License at
99
10-
http://www.apache.org/licenses/LICENSE-2.0
10+
http://www.apache.org/licenses/LICENSE-2.0
1111
1212
Unless required by applicable law or agreed to in writing,
13-
software distributed under the License is distributed on an
13+
software distributed under the License is distributed on an
1414
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1515
KIND, either express or implied. See the License for the
1616
specific language governing permissions and limitations

src/main/groovy/com/jameskleeh/excel/Column.groovy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ or more contributor license agreements. See the NOTICE file
44
distributed with this work for additional information
55
regarding copyright ownership. The ASF licenses this file
66
to you under the Apache License, Version 2.0 (the
7-
"License"); you may not use this file except in compliance
7+
"License"); you may not use this file except in compliance
88
with the License. You may obtain a copy of the License at
99
10-
http://www.apache.org/licenses/LICENSE-2.0
10+
http://www.apache.org/licenses/LICENSE-2.0
1111
1212
Unless required by applicable law or agreed to in writing,
13-
software distributed under the License is distributed on an
13+
software distributed under the License is distributed on an
1414
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1515
KIND, either express or implied. See the License for the
1616
specific language governing permissions and limitations

src/main/groovy/com/jameskleeh/excel/Excel.groovy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ or more contributor license agreements. See the NOTICE file
44
distributed with this work for additional information
55
regarding copyright ownership. The ASF licenses this file
66
to you under the Apache License, Version 2.0 (the
7-
"License"); you may not use this file except in compliance
7+
"License"); you may not use this file except in compliance
88
with the License. You may obtain a copy of the License at
99
10-
http://www.apache.org/licenses/LICENSE-2.0
10+
http://www.apache.org/licenses/LICENSE-2.0
1111
1212
Unless required by applicable law or agreed to in writing,
13-
software distributed under the License is distributed on an
13+
software distributed under the License is distributed on an
1414
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1515
KIND, either express or implied. See the License for the
1616
specific language governing permissions and limitations

src/main/groovy/com/jameskleeh/excel/ExcelBuilder.groovy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ or more contributor license agreements. See the NOTICE file
44
distributed with this work for additional information
55
regarding copyright ownership. The ASF licenses this file
66
to you under the Apache License, Version 2.0 (the
7-
"License"); you may not use this file except in compliance
7+
"License"); you may not use this file except in compliance
88
with the License. You may obtain a copy of the License at
99
10-
http://www.apache.org/licenses/LICENSE-2.0
10+
http://www.apache.org/licenses/LICENSE-2.0
1111
1212
Unless required by applicable law or agreed to in writing,
13-
software distributed under the License is distributed on an
13+
software distributed under the License is distributed on an
1414
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1515
KIND, either express or implied. See the License for the
1616
specific language governing permissions and limitations

src/main/groovy/com/jameskleeh/excel/Font.groovy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ or more contributor license agreements. See the NOTICE file
44
distributed with this work for additional information
55
regarding copyright ownership. The ASF licenses this file
66
to you under the Apache License, Version 2.0 (the
7-
"License"); you may not use this file except in compliance
7+
"License"); you may not use this file except in compliance
88
with the License. You may obtain a copy of the License at
99
10-
http://www.apache.org/licenses/LICENSE-2.0
10+
http://www.apache.org/licenses/LICENSE-2.0
1111
1212
Unless required by applicable law or agreed to in writing,
13-
software distributed under the License is distributed on an
13+
software distributed under the License is distributed on an
1414
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1515
KIND, either express or implied. See the License for the
1616
specific language governing permissions and limitations

src/main/groovy/com/jameskleeh/excel/Formula.groovy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ or more contributor license agreements. See the NOTICE file
44
distributed with this work for additional information
55
regarding copyright ownership. The ASF licenses this file
66
to you under the Apache License, Version 2.0 (the
7-
"License"); you may not use this file except in compliance
7+
"License"); you may not use this file except in compliance
88
with the License. You may obtain a copy of the License at
99
10-
http://www.apache.org/licenses/LICENSE-2.0
10+
http://www.apache.org/licenses/LICENSE-2.0
1111
1212
Unless required by applicable law or agreed to in writing,
13-
software distributed under the License is distributed on an
13+
software distributed under the License is distributed on an
1414
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1515
KIND, either express or implied. See the License for the
1616
specific language governing permissions and limitations

src/main/groovy/com/jameskleeh/excel/Row.groovy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ or more contributor license agreements. See the NOTICE file
44
distributed with this work for additional information
55
regarding copyright ownership. The ASF licenses this file
66
to you under the Apache License, Version 2.0 (the
7-
"License"); you may not use this file except in compliance
7+
"License"); you may not use this file except in compliance
88
with the License. You may obtain a copy of the License at
99
10-
http://www.apache.org/licenses/LICENSE-2.0
10+
http://www.apache.org/licenses/LICENSE-2.0
1111
1212
Unless required by applicable law or agreed to in writing,
13-
software distributed under the License is distributed on an
13+
software distributed under the License is distributed on an
1414
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1515
KIND, either express or implied. See the License for the
1616
specific language governing permissions and limitations

src/main/groovy/com/jameskleeh/excel/Sheet.groovy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ or more contributor license agreements. See the NOTICE file
44
distributed with this work for additional information
55
regarding copyright ownership. The ASF licenses this file
66
to you under the Apache License, Version 2.0 (the
7-
"License"); you may not use this file except in compliance
7+
"License"); you may not use this file except in compliance
88
with the License. You may obtain a copy of the License at
99
10-
http://www.apache.org/licenses/LICENSE-2.0
10+
http://www.apache.org/licenses/LICENSE-2.0
1111
1212
Unless required by applicable law or agreed to in writing,
13-
software distributed under the License is distributed on an
13+
software distributed under the License is distributed on an
1414
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1515
KIND, either express or implied. See the License for the
1616
specific language governing permissions and limitations

src/main/groovy/com/jameskleeh/excel/Workbook.groovy

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ or more contributor license agreements. See the NOTICE file
44
distributed with this work for additional information
55
regarding copyright ownership. The ASF licenses this file
66
to you under the Apache License, Version 2.0 (the
7-
"License"); you may not use this file except in compliance
7+
"License"); you may not use this file except in compliance
88
with the License. You may obtain a copy of the License at
99
10-
http://www.apache.org/licenses/LICENSE-2.0
10+
http://www.apache.org/licenses/LICENSE-2.0
1111
1212
Unless required by applicable law or agreed to in writing,
13-
software distributed under the License is distributed on an
13+
software distributed under the License is distributed on an
1414
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1515
KIND, either express or implied. See the License for the
1616
specific language governing permissions and limitations
@@ -35,7 +35,6 @@ class Workbook {
3535
private final XSSFWorkbook wb
3636
private final CellStyleBuilder styleBuilder
3737

38-
3938
private static final String WIDTH = 'width'
4039
private static final String HEIGHT = 'height'
4140

src/main/groovy/com/jameskleeh/excel/WorkbookCache.groovy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ or more contributor license agreements. See the NOTICE file
44
distributed with this work for additional information
55
regarding copyright ownership. The ASF licenses this file
66
to you under the Apache License, Version 2.0 (the
7-
"License"); you may not use this file except in compliance
7+
"License"); you may not use this file except in compliance
88
with the License. You may obtain a copy of the License at
99
10-
http://www.apache.org/licenses/LICENSE-2.0
10+
http://www.apache.org/licenses/LICENSE-2.0
1111
1212
Unless required by applicable law or agreed to in writing,
13-
software distributed under the License is distributed on an
13+
software distributed under the License is distributed on an
1414
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1515
KIND, either express or implied. See the License for the
1616
specific language governing permissions and limitations

0 commit comments

Comments
 (0)