Bug 1165137 - Remove the 'static' keyword from ChangeVerifier interface. r=mcomella

This commit is contained in:
Neil Bleasdale 2015-05-18 05:14:00 -04:00
parent 085c7a83db
commit 85fc1e211e

View File

@ -128,7 +128,7 @@ public final class WaitHelper {
* the invocation of storeState to the invocation of hasStateChanged. A boolean will be
* returned from hasStateChanged, indicating this change of status.
*/
private static interface ChangeVerifier {
private interface ChangeVerifier {
public String getLogTag();
/**