mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-11-16 01:21:16 +01:00
Removed redundant variable initialization
This commit is contained in:
parent
a270f283e0
commit
9e4d764ab7
@ -54,9 +54,9 @@ public class MultiPageLayoutController {
|
|||||||
mode = "DEFAULT";
|
mode = "DEFAULT";
|
||||||
}
|
}
|
||||||
|
|
||||||
int rows = 0;
|
int rows;
|
||||||
int cols = 0;
|
int cols;
|
||||||
int pagesPerSheet = 0;
|
int pagesPerSheet;
|
||||||
switch (mode) {
|
switch (mode) {
|
||||||
case "DEFAULT":
|
case "DEFAULT":
|
||||||
pagesPerSheet = request.getPagesPerSheet();
|
pagesPerSheet = request.getPagesPerSheet();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user