Make ./gradlew executable; accept .java files improvements after running ./gradlew build
This commit is contained in:
parent
de9e9a0f84
commit
8a57165547
29 changed files with 3006 additions and 3007 deletions
0
gradlew
vendored
Normal file → Executable file
0
gradlew
vendored
Normal file → Executable file
|
@ -120,7 +120,6 @@ public class SplitPdfBySectionsController {
|
|||
float translateX = -subPageWidth * i;
|
||||
float translateY = height - subPageHeight * (verticalDivisions - j);
|
||||
|
||||
|
||||
// Code for google Docs pdfs..
|
||||
// float translateY = -subPageHeight * (verticalDivisions - 1 - j);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue