NO-JIRA avoiding println on PrintData for Paged Files
This commit is contained in:
parent
b0f8f515c5
commit
909f6f4492
|
@ -278,7 +278,7 @@ public class PrintData extends DBOption {
|
|||
}
|
||||
|
||||
if (cursorACKs.getCompletePages(q[i]).contains(Long.valueOf(pgid))) {
|
||||
out.println(" (PG-COMPLETE)");
|
||||
out.print(" (PG-COMPLETE)");
|
||||
}
|
||||
|
||||
if (i + 1 < q.length) {
|
||||
|
|
Loading…
Reference in New Issue