Skip to content

Commit 96fb2fe

Browse files
committed
fix
1 parent 6631892 commit 96fb2fe

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/conf/CommonConfig.java

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -475,16 +475,6 @@ public void setEncryptDecryptProviderParameter(String encryptDecryptProviderPara
475475
this.encryptDecryptProviderParameter = encryptDecryptProviderParameter;
476476
}
477477

478-
public void setUserEncryptTokenHint(String userEncryptTokenHint) {
479-
if (userEncryptTokenHint != null && !userEncryptTokenHint.isEmpty()) {
480-
this.userEncryptTokenHint = userEncryptTokenHint;
481-
}
482-
}
483-
484-
public String getUserEncryptTokenHint() {
485-
return userEncryptTokenHint;
486-
}
487-
488478
public String getAuthorizerProvider() {
489479
return authorizerProvider;
490480
}

0 commit comments

Comments
 (0)