grpc-java/auth
Eric Anderson b48b4db3fb Fix synchronization in client auth
The synchronization was simply using the wrong object, so no
synchronization was actually occurring. In addition, reference of cached
outside of synchronized block could permit using a partially constructed
cached object, as the reference may be set before instantiation
completes.
2015-03-26 07:35:07 -07:00
..
src Fix synchronization in client auth 2015-03-26 07:35:07 -07:00
build.gradle Removing all references to "stubby" 2015-01-27 11:25:25 -08:00