summaryrefslogtreecommitdiff
path: root/README.version
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2017-03-08 13:27:42 +0000
committerPaul Duffin <paulduffin@google.com>2017-03-15 17:01:59 +0000
commitf21835c54e30e3e32d619b4678587834886f3a35 (patch)
treeb68d65204d3a386b14bfd16cf12f3213d13033d1 /README.version
parentac292f9e96398f6c2233f34372d57f1e938a2ca5 (diff)
downloadmockito-f21835c54e30e3e32d619b4678587834886f3a35.tar.gz
Reimplement compatibility classes against 2.7.13
The matchers make describeTo(Description) final to detect any implementations that override that method without @Override. They need to be updated to override toString() instead. Bug: 32912773 Test: make checkbuild Change-Id: I51a387c8b2e51493f253749427648b4d154af338
Diffstat (limited to 'README.version')
-rw-r--r--README.version2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.version b/README.version
index 23dbea4..a010c10 100644
--- a/README.version
+++ b/README.version
@@ -9,4 +9,4 @@ Dexmaker module.
The source can be updated using the update_source.sh script.
Local Modifications:
- None
+ Add compatibility classes to aid in upgrade from 1.10.19