Merge pull request #732 from google/fix_typo
renamed JavaUtilConcurrentLocksTest to JavaUtilConcurrentAtomicTest
This commit is contained in:
commit
f8105f0006
@ -31,7 +31,7 @@ import junit.framework.TestCase;
|
||||
/**
|
||||
* Functional test for Json serialization and deserialization for classes in java.util.concurrent.atomic
|
||||
*/
|
||||
public class JavaUtilConcurrentLocksTest extends TestCase {
|
||||
public class JavaUtilConcurrentAtomicTest extends TestCase {
|
||||
private Gson gson;
|
||||
|
||||
@Override
|
Loading…
Reference in New Issue
Block a user