Skip to content

Commit

Permalink
javadoc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
car031 committed Jul 2, 2024
1 parent 8cfbc64 commit 1e0a5e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ public class Microsoft365TokenProvider implements TokenProvider {
/**
* Constructor
*
* @param clientId the client ID
* @param clientTenmant the client Tenant
* @param clienSecret the client Secret
* @param clientId the client ID
* @param clientTenant the client Tenant
*/
public Microsoft365TokenProvider(String clientSecret, String clientId, String clientTenant) {
this.clientSecret = clientSecret;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ create table ld_document_ext (ld_docid bigint not null, ld_mandatory int not nul
ld_dependson varchar(255), primary key (ld_docid, ld_name)) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE utf8_bin;
create table ld_document_acl (ld_docid bigint not null, ld_groupid bigint not null, ld_read int not null, ld_write int not null,
ld_security int not null, ld_immutable int not null, ld_delete int not null,
ld_rename int not null, ld_sign int not null, ld_preview int not null, ld_customid int not null,
ld_rename int not null, ld_sign int not null, ld_preview int not null, ld_customid int not null,
ld_archive int not null, ld_workflow int not null, ld_download int not null, ld_calendar int not null,
ld_subscription int not null, ld_print int not null, ld_password int not null, ld_move int not null,
ld_email int not null, ld_automation int not null, ld_readingreq int not null, primary key (ld_docid, ld_groupid)) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE utf8_bin;
Expand Down

0 comments on commit 1e0a5e0

Please sign in to comment.