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

Fixed support for LinkNodes (CADC-13048) #214

Merged
merged 19 commits into from
Jan 25, 2024
Merged

Conversation

andamian
Copy link
Contributor

No description provided.

Node actualNode = apparentNode;
if (apparentNode instanceof LinkNode) {
PathResolver resolver2 = new PathResolver(nodePersistence, authorizer, true);
actualNode = resolver2.getNode(target.getPath());
PathResolver resolver2 = new PathResolver(nodePersistence, authorizer);
Copy link
Member

Choose a reason for hiding this comment

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

no longer need a new PathResolver here

@pdowler pdowler merged commit 9f47490 into opencadc:master Jan 25, 2024
1 check passed
@andamian andamian deleted the CADC-13048 branch March 6, 2024 21:49
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.

2 participants