> @@ -131,6 +129,7 @@ > @VisibleForTesting > protected Boolean forceCacheReload; > > + @VisibleForTesting
It is not just visible for testing; it is visible to allow inheritance, so remove this annotation. --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/984/files/5e38477f80df5dd0dce54f7773cf9e883fbf3d2d#r71278873
