Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(416)

Unified Diff: third_party/cacheinvalidation/src/java/com/google/ipc/invalidation/ticl/RunState.java

Issue 1246033002: Roll cacheinvalidation to 20150720 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/cacheinvalidation/src/java/com/google/ipc/invalidation/ticl/RunState.java
diff --git a/third_party/cacheinvalidation/src/java/com/google/ipc/invalidation/ticl/RunState.java b/third_party/cacheinvalidation/src/java/com/google/ipc/invalidation/ticl/RunState.java
index 6e022b05c79ab9549cf6116ed2cc620654cac274..f9e6830960c7cc7250ba693045158b9424788105 100644
--- a/third_party/cacheinvalidation/src/java/com/google/ipc/invalidation/ticl/RunState.java
+++ b/third_party/cacheinvalidation/src/java/com/google/ipc/invalidation/ticl/RunState.java
@@ -27,7 +27,7 @@ import com.google.ipc.invalidation.util.Marshallable;
public class RunState implements Marshallable<RunStateP> {
/** Current run state ({@link RunStateP}). */
private Integer currentState;
- private Object lock = new Object();
+ private final Object lock = new Object();
/** Constructs a new instance in the {@code NOT_STARTED} state. */
public RunState() {

Powered by Google App Engine
This is Rietveld 408576698