Skip to content

Commit

Permalink
GEODE-2157: Adding a serialVersionUID to PutAllPartialResultException
Browse files Browse the repository at this point in the history
Adding the serialVersionUID from the old version of this class to
PutAllPartialResultException.
  • Loading branch information
upthewaterspout committed Nov 30, 2016
1 parent 918e6cf commit be1d5e3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
*/
public class PutAllPartialResultException extends GemFireException {

private static final long serialVersionUID = 2411654400733621071L;
private PutAllPartialResult result;

//////////////////// Constructors ////////////////////
Expand Down

0 comments on commit be1d5e3

Please sign in to comment.