2
0
Fork 0
mirror of https://github.com/ethauvin/rife2.git synced 2025-07-09 16:00:42 -07:00

Removed needless import

This commit is contained in:
Geert Bevin 2022-11-23 16:28:38 -05:00
parent 11396a0801
commit c86b780e73

View file

@ -5,7 +5,6 @@
package rife.tools;
import java.util.Base64;
import java.util.UUID;
public class UniqueID {
private static final Base64.Encoder ENCODER = Base64.getUrlEncoder().withoutPadding();