Skip to content

fix: concoredocker API methods were private, class was uncallable from outside#468

Merged
pradeeban merged 1 commit intoControlCore-Project:devfrom
avinxshKD:fix/463-java-public-api
Feb 26, 2026
Merged

fix: concoredocker API methods were private, class was uncallable from outside#468
pradeeban merged 1 commit intoControlCore-Project:devfrom
avinxshKD:fix/463-java-public-api

Conversation

@avinxshKD
Copy link

Changed private static to public static on read, write, unchanged, tryParam, defaultMaxTime, and initVal in concoredocker.java. The class had no main() and no public interface, so any Java node trying to call concoredocker.read(...) got a compile error, it was dead code. Six keyword changes, nothing else.

javac concoredocker.java passes. so no logic changed.

Closes #463

@avinxshKD
Copy link
Author

avinxshKD commented Feb 25, 2026

@pradeeban @Rahuljagwani this one was necessary, so the Java surface is finally callable from outside.
I’d take #464 next (I opened it). Will be a good follow-up for Java API test coverage.

lmk if you have any suggestions thanks

@pradeeban pradeeban merged commit c3b6f84 into ControlCore-Project:dev Feb 26, 2026
6 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.

2 participants