HBASE-12996 Reversed field on Filter should be transient (Ian Friedman)

This commit is contained in:
Andrew Purtell 2015-02-11 12:17:51 -08:00
parent 3f7b18cefc
commit dc522d010c
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ import org.apache.hadoop.hbase.exceptions.DeserializationException;
@InterfaceAudience.Public @InterfaceAudience.Public
@InterfaceStability.Stable @InterfaceStability.Stable
public abstract class Filter { public abstract class Filter {
protected boolean reversed; protected transient boolean reversed;
/** /**
* Reset the state of the filter between rows. * Reset the state of the filter between rows.
* *