Skip to content

Fix ReusableLog.clear() access privileges for newer JDK compilation#356

Open
codeholic-0 wants to merge 2 commits into
georgewfraser:masterfrom
codeholic-0:fix-reusable-compiler-access
Open

Fix ReusableLog.clear() access privileges for newer JDK compilation#356
codeholic-0 wants to merge 2 commits into
georgewfraser:masterfrom
codeholic-0:fix-reusable-compiler-access

Conversation

@codeholic-0
Copy link
Copy Markdown

Newer JDK versions enforce stricter override visibility check boundaries. Added the missing public modifier to line 169 of ReusableLog.clear() to resolve compilation failures on modern environments.

@codeholic-0
Copy link
Copy Markdown
Author

Sorry sir wrong edit submitted

@codeholic-0 codeholic-0 deleted the fix-reusable-compiler-access branch May 17, 2026 22:01
@codeholic-0 codeholic-0 restored the fix-reusable-compiler-access branch May 17, 2026 22:02
@codeholic-0 codeholic-0 reopened this May 17, 2026
@codeholic-0
Copy link
Copy Markdown
Author

mistook the clear() at 169 for ReusableContext.clear() for the faulty clear() at 266 used in ReusableLog.clear().

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.

1 participant