commit | 2e1972c953440e7c3a0b5d8c3f62f73827817db8 | [log] [tgz] |
---|---|---|
author | David Pursehouse <david.pursehouse@sonymobile.com> | Tue Oct 01 09:44:26 2013 +0900 |
committer | David Pursehouse <david.pursehouse@sonymobile.com> | Tue Oct 01 12:27:39 2013 +0900 |
tree | 6d97ab4e4ceb058f5e999cb1f1288cccf3e73dda | |
parent | 99776b87c831170b7c66c285299713edead7b540 [diff] |
Replace `new Stopwatch().start()` with `Stopwatch.createStarted()` In Guava 15.0 the Stopwatch() constructor is deprecated in favor of static `createStarted()` and `createUnstarted()` methods. Change-Id: Ib81474860430fda1ac841f257ec3ba98509f2743