blob: 31adc2b0436a020eb4247526dd86c0ca9ee14c4e [file] [log] [blame]
/*=========================================================================
* Copyright (c) 2002-2014 Pivotal Software, Inc. All Rights Reserved.
* This product is protected by U.S. and international copyright
* and intellectual property laws. Pivotal products are covered by
* more patents listed at http://www.pivotal.io/patents.
*=========================================================================
*/
package com.gemstone.gemfire;
/**
* Used as result of verifying an Invariant
* @see Invariant
* @author ericz
*
*/
public class InvariantResult {
public String message;
public boolean valid;
}