Skip to content

Commit 8a3b4a4

Browse files
Update modules/core/src/main/java/org/apache/ignite/internal/processors/cache/WalStateProposeMessage.java
Co-authored-by: Ilya Shishkov <shishkovilja@gmail.com>
1 parent 45d5d4c commit 8a3b4a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/core/src/main/java/org/apache/ignite/internal/processors/cache/WalStateProposeMessage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public class WalStateProposeMessage extends WalStateAbstractMessage {
3636
boolean enable;
3737

3838
/** Whether message is being handled on cache affinity node. */
39-
private transient boolean affNode;
39+
private boolean affNode;
4040

4141
/** Constructor. */
4242
public WalStateProposeMessage() {

0 commit comments

Comments
 (0)