Skip to content

Commit

Permalink
GEODE-4911: Deprecate DataSerializer.TRACE_SERIALIZABLE. (apache#1722)
Browse files Browse the repository at this point in the history
  • Loading branch information
PivotalSarge authored Apr 4, 2018
1 parent 912a1b2 commit 6fa521e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions geode-core/src/main/java/org/apache/geode/DataSerializer.java
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,10 @@ public abstract class DataSerializer {
/** The originator of this <code>DataSerializer</code> */
private ClientProxyMembershipID context;

/**
* @deprecated Use Boolean.getBoolean("DataSerializer.TRACE_SERIALIZABLE") instead.
*/
@Deprecated
protected static final boolean TRACE_SERIALIZABLE =
Boolean.getBoolean("DataSerializer.TRACE_SERIALIZABLE");

Expand Down

0 comments on commit 6fa521e

Please sign in to comment.