Skip to content

Commit

Permalink
Fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF committed Nov 19, 2023
1 parent 96d82ee commit 1a1a41b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
import java.util.Properties;

import org.apache.commons.crypto.Crypto;
import org.apache.commons.crypto.jna.OpenSslJna;
import org.apache.commons.crypto.utils.ReflectionUtils;
import org.apache.commons.crypto.utils.Utils;
import org.apache.commons.crypto.jna.OpenSslJna;

/**
* Creates {@link CryptoCipher} instances.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
import java.util.Properties;

import org.apache.commons.crypto.Crypto;
import org.apache.commons.crypto.jna.OpenSslJna;
import org.apache.commons.crypto.utils.ReflectionUtils;
import org.apache.commons.crypto.utils.Utils;
import org.apache.commons.crypto.jna.OpenSslJna;

/**
* Creates {@link CryptoRandom} instances
Expand Down

0 comments on commit 1a1a41b

Please sign in to comment.