Skip to content

Commit 64b8e3e

Browse files
Update src/main/java/org/privacyidea/PIResponse.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 65f30bd commit 64b8e3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/privacyidea/PIResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
import java.util.function.Predicate;
2525
import java.util.stream.Collectors;
2626

27-
import static org.privacyidea.PIConstants.CONTAINER_TYPE_SMARTPHONE;
2827
import static org.privacyidea.PIConstants.TOKEN_TYPE_PUSH;
2928
import static org.privacyidea.PIConstants.TOKEN_TYPE_WEBAUTHN;
29+
import static org.privacyidea.PIConstants.CONTAINER_TYPE_SMARTPHONE;
3030

3131
/**
3232
* This class parses the JSON response of privacyIDEA into a POJO for easier access.

0 commit comments

Comments
 (0)