Skip to content
This repository was archived by the owner on Jan 18, 2024. It is now read-only.

Commit 118a232

Browse files
committed
Remove empty line between header and package
1 parent 889058d commit 118a232

218 files changed

Lines changed: 0 additions & 218 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/main/java/com/xdev/jadoth/Jadoth.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
* You should have received a copy of the GNU Lesser General Public License
1616
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1717
*/
18-
1918
package com.xdev.jadoth;
2019

2120
import java.io.BufferedReader;

src/main/java/com/xdev/jadoth/codegen/AbstractSourceCode.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
* You should have received a copy of the GNU Lesser General Public License
1616
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1717
*/
18-
1918
package com.xdev.jadoth.codegen;
2019

2120
import static com.xdev.jadoth.Jadoth.appendArraySeperated;

src/main/java/com/xdev/jadoth/codegen/AbstractSyntax.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
* You should have received a copy of the GNU Lesser General Public License
1616
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1717
*/
18-
1918
package com.xdev.jadoth.codegen;
2019

2120
import static com.xdev.jadoth.Jadoth.appendArraySeperated;

src/main/java/com/xdev/jadoth/codegen/CodeGenException.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
* You should have received a copy of the GNU Lesser General Public License
1616
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1717
*/
18-
1918
package com.xdev.jadoth.codegen;
2019

2120

src/main/java/com/xdev/jadoth/codegen/Punctuation.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
* You should have received a copy of the GNU Lesser General Public License
1616
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1717
*/
18-
1918
package com.xdev.jadoth.codegen;
2019

2120

src/main/java/com/xdev/jadoth/codegen/java/Java.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
* You should have received a copy of the GNU Lesser General Public License
1616
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1717
*/
18-
1918
package com.xdev.jadoth.codegen.java;
2019

2120
import static com.xdev.jadoth.codegen.Punctuation._;

src/main/java/com/xdev/jadoth/codegen/java/JavaRuntimeCompiler.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
* You should have received a copy of the GNU Lesser General Public License
1616
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1717
*/
18-
1918
package com.xdev.jadoth.codegen.java;
2019

2120
import java.io.ByteArrayOutputStream;

src/main/java/com/xdev/jadoth/codegen/java/JavaSourceCode.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
* You should have received a copy of the GNU Lesser General Public License
1616
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1717
*/
18-
1918
package com.xdev.jadoth.codegen.java;
2019

2120
import static com.xdev.jadoth.Jadoth.appendArraySeperated;

src/main/java/com/xdev/jadoth/codegen/java/JavaSourceDefinable.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
* You should have received a copy of the GNU Lesser General Public License
1616
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1717
*/
18-
1918
package com.xdev.jadoth.codegen.java;
2019

2120

src/main/java/com/xdev/jadoth/codegen/java/JavaSyntax.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
* You should have received a copy of the GNU Lesser General Public License
1616
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1717
*/
18-
1918
package com.xdev.jadoth.codegen.java;
2019

2120
import static com.xdev.jadoth.Jadoth.appendArray;

0 commit comments

Comments
 (0)