You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix typo: rename rebuilded() to rebuilt()
Corrects the method name to use proper English grammar.
* Address review feedback: remove static import and rename parameter
- Remove static import for rebuilt() method, use qualified CacheResult.rebuilt() instead
- Rename parameter 'orig' to 'original' for clarity in both rebuilt() and rebuilded() methods
0 commit comments