We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd0d4af commit a34a0e4Copy full SHA for a34a0e4
xtable-api/src/main/java/org/apache/xtable/model/catalog/policy/InternalUser.java
@@ -38,6 +38,6 @@ public class InternalUser {
38
/** The list of roles assigned to this user. */
39
List<InternalRole> roles;
40
41
- /** Contains information about how and when this user was created and last modified. */
+ /** Contains information about how and when this user was created and last modified. */
42
InternalChangeLogInfo changeLogInfo;
43
}
0 commit comments