remove unused imports

This commit is contained in:
Sanket.Ghenand@tomtom.com
2021-04-13 07:28:32 +05:30
committed by Ehren Kret
parent 675785a4fd
commit 37bda0b035
25 changed files with 0 additions and 47 deletions

View File

@@ -7,7 +7,6 @@ package org.whispersystems.textsecuregcm.websocket;
import org.whispersystems.textsecuregcm.util.Base64;
import java.security.NoSuchAlgorithmException;
import java.security.SecureRandom;
public class ProvisioningAddress extends WebsocketAddress {