Skip to content

Commit

Permalink
Remove unnecessary comments in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuvindu committed Aug 7, 2024
1 parent ef49bfd commit 5735344
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion examples/access-directory-server/main.bal
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ type Employee record {
};

public function main() returns error? {
// Authenticate using the directory server credentials.
ldap:Client ldapClient = check new ({
hostName,
port,
Expand Down
1 change: 0 additions & 1 deletion examples/library-managment-system/main.bal
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ configurable string domainName = ?;
configurable string password = ?;

public function main() returns error? {
// Authenticate using the directory server credentials.
ldap:Client ldapClient = check new ({
hostName,
port,
Expand Down

0 comments on commit 5735344

Please sign in to comment.