Apply spotless formatting to the disabled probe tests

This commit is contained in:
Anthony Stirling
2026-08-25 08:30:55 +01:00
parent 424bbf0f76
commit df85d7c827
2 changed files with 4 additions and 2 deletions
@@ -49,7 +49,8 @@ import org.junit.jupiter.api.Test;
* redirects unmappable ones to LiberationSans).
* </ol>
*/
@Disabled("Diagnostic probe: dumps PDFBox font encoding tables to stdout and asserts nothing. Kept for font debugging; run manually.")
@Disabled(
"Diagnostic probe: dumps PDFBox font encoding tables to stdout and asserts nothing. Kept for font debugging; run manually.")
public class PdfBoxFontEncodingProbeTest {
private static final Path PROJECT_ROOT =
@@ -49,7 +49,8 @@ import org.junit.jupiter.api.Test;
* <p>Not a real regression test - run with --tests SamplePdfFontDumpTest -i to see the stdout
* output.
*/
@Disabled("Diagnostic probe: dumps Sample.pdf font internals to stdout and asserts nothing. Kept for font debugging; run manually.")
@Disabled(
"Diagnostic probe: dumps Sample.pdf font internals to stdout and asserts nothing. Kept for font debugging; run manually.")
public class SamplePdfFontDumpTest {
private static final Path SAMPLE =