mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
erase comment code
This commit is contained in:
parent
06099313cd
commit
a58047624b
1 changed files with 0 additions and 1 deletions
|
|
@ -34,7 +34,6 @@ import java.util.concurrent.ConcurrentHashMap;
|
|||
public class Credentials {
|
||||
private static final Logger LOG = LoggerFactory.getLogger(Credentials.class);
|
||||
|
||||
//private Map<String, UserCredentials> credentialsMap = new ConcurrentHashMap<>();
|
||||
private Map<String, UserCredentials> credentialsMap;
|
||||
private Gson gson;
|
||||
private Boolean credentialsPersist = true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue