This is an automated email from the ASF dual-hosted git repository.
duanzhengqiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 9d516923fc5 For code format (#31935)
9d516923fc5 is described below
commit 9d516923fc54908e7deb60958c675097cf18d0a4
Author: Liang Zhang <[email protected]>
AuthorDate: Sun Jun 30 21:36:01 2024 +0800
For code format (#31935)
---
.../apache/shardingsphere/infra/metadata/user/ShardingSphereUser.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/infra/common/src/main/java/org/apache/shardingsphere/infra/metadata/user/ShardingSphereUser.java
b/infra/common/src/main/java/org/apache/shardingsphere/infra/metadata/user/ShardingSphereUser.java
index baedf7f1649..c391b16628e 100644
---
a/infra/common/src/main/java/org/apache/shardingsphere/infra/metadata/user/ShardingSphereUser.java
+++
b/infra/common/src/main/java/org/apache/shardingsphere/infra/metadata/user/ShardingSphereUser.java
@@ -47,6 +47,6 @@ public final class ShardingSphereUser {
grantee = new Grantee(username, hostname);
this.password = password;
this.authenticationMethodName = authenticationMethodName;
- this.admin = isAdmin;
+ admin = isAdmin;
}
}