Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to work with lock tokens #419

Merged
merged 2 commits into from
Jun 16, 2023
Merged

Conversation

dkocher
Copy link
Collaborator

@dkocher dkocher commented Jun 16, 2023

@dkocher dkocher requested a review from lookfirst June 16, 2023 08:42
final Locktoken lt = al.getLocktoken();
if (lt != null)
{
if (lt.getHref().size() == 1)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd simplify this to a single if statement, but not a huge deal.

@lookfirst lookfirst merged commit 4342592 into lookfirst:master Jun 16, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Working with locked files isLocked function in Sardine interface
2 participants