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";
|
||||
}
|
||||
|
||||
int rows = 0;
|
||||
int cols = 0;
|
||||
int pagesPerSheet = 0;
|
||||
int rows;
|
||||
int cols;
|
||||
int pagesPerSheet;
|
||||
switch (mode) {
|
||||
case "DEFAULT":
|
||||
pagesPerSheet = request.getPagesPerSheet();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user