Skip to content

Commit

Permalink
PDFBOX-5660: follow coding conventions
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1913584 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
THausherr committed Nov 4, 2023
1 parent 3966bd4 commit 5e1daf0
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,13 @@
import java.util.Arrays;
import java.util.List;

import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertThrows;

import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.function.Executable;

import static org.junit.jupiter.api.Assertions.*;

/**
* @author Vladimir Plizga
*/
Expand Down

0 comments on commit 5e1daf0

Please sign in to comment.