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

chore(api): support ignore graphspaces segment in url #2612

Merged
merged 12 commits into from
Aug 13, 2024
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ public static void init() {
@AfterClass
public static void clear() throws Exception {
client.close();
client = null;
Copy link
Member

Choose a reason for hiding this comment

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

what's for?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No special meaning, just set the client member variable to null to indicate that the closed client should not be used anymore.

}

@After
Expand Down
Loading