Skip to content

Conversation

@eranl
Copy link

@eranl eranl commented Dec 12, 2025

Fixes ICU-23292. Issue found while testing #3795.

@CLAassistant
Copy link

CLAassistant commented Dec 12, 2025

CLA assistant check
All committers have signed the CLA.

Comment on lines 334 to 339
private enum RootType {
@Override
public String toString() {
return "UResourceBundle{" + "name=" + getBaseBundleName() + ",locale=" + getLocale() + '}';
}

private enum RootType {
Copy link
Member

Choose a reason for hiding this comment

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

Please fix the text indentation.

Also, this change is small/minor enough that it probably makes more sense to keep in your main PR.

Copy link
Author

Choose a reason for hiding this comment

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

Please fix the text indentation.

Oops, fixed.

Also, this change is small/minor enough that it probably makes more sense to keep in your main PR.

The thing is it's unrelated to my main PR - this issue is triggered by another debug flag.

sffc
sffc previously approved these changes Dec 17, 2025

@Override
public String toString() {
return "UResourceBundle{" + "name=" + getBaseBundleName() + ",locale=" + getLocale() + '}';
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
return "UResourceBundle{" + "name=" + getBaseBundleName() + ",locale=" + getLocale() + '}';
return "UResourceBundle{name=" + getBaseBundleName() + ", locale=" + getLocale() + '}';

Copy link
Author

Choose a reason for hiding this comment

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

Done.

@markusicu markusicu self-assigned this Dec 18, 2025
@markusicu markusicu requested a review from mihnita December 18, 2025 17:20
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.

5 participants