mirror of
https://github.com/ethauvin/rife2.git
synced 2025-07-12 09:03:41 -07:00
Removed needless import
This commit is contained in:
parent
11396a0801
commit
c86b780e73
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@
|
||||||
package rife.tools;
|
package rife.tools;
|
||||||
|
|
||||||
import java.util.Base64;
|
import java.util.Base64;
|
||||||
import java.util.UUID;
|
|
||||||
|
|
||||||
public class UniqueID {
|
public class UniqueID {
|
||||||
private static final Base64.Encoder ENCODER = Base64.getUrlEncoder().withoutPadding();
|
private static final Base64.Encoder ENCODER = Base64.getUrlEncoder().withoutPadding();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue