File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
src/main/java/com/itextpdf/rups/model Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,6 @@ This file is part of the iText (R) project.
4242 */
4343package com .itextpdf .rups .model ;
4444
45- import com .ibm .icu .text .StringPrep ;
46- import com .ibm .icu .text .StringPrepParseException ;
4745import com .itextpdf .kernel .exceptions .BadPasswordException ;
4846import com .itextpdf .kernel .exceptions .PdfException ;
4947import com .itextpdf .kernel .pdf .PdfDocument ;
@@ -52,6 +50,9 @@ This file is part of the iText (R) project.
5250import com .itextpdf .kernel .pdf .ReaderProperties ;
5351import com .itextpdf .rups .view .Language ;
5452
53+ import com .ibm .icu .text .StringPrep ;
54+ import com .ibm .icu .text .StringPrepParseException ;
55+
5556import javax .swing .JOptionPane ;
5657import javax .swing .JPasswordField ;
5758import java .io .ByteArrayInputStream ;
You can’t perform that action at this time.
0 commit comments