Replace use of Apache Shiro Assert with Spring Framework Assert.

This commit is contained in:
John Blum
2020-01-23 13:56:25 -08:00
parent 7ff805c699
commit 77e5445142
2 changed files with 2 additions and 4 deletions

View File

@@ -13,12 +13,11 @@
* or implied. See the License for the specific language governing * or implied. See the License for the specific language governing
* permissions and limitations under the License. * permissions and limitations under the License.
*/ */
package org.springframework.data.gemfire.tests.util; package org.springframework.data.gemfire.tests.util;
import java.util.Comparator; import java.util.Comparator;
import org.apache.shiro.util.Assert; import org.springframework.util.Assert;
/** /**
* The ByteArrayComparator class... * The ByteArrayComparator class...

View File

@@ -13,7 +13,6 @@
* or implied. See the License for the specific language governing * or implied. See the License for the specific language governing
* permissions and limitations under the License. * permissions and limitations under the License.
*/ */
package org.springframework.data.gemfire.tests.util; package org.springframework.data.gemfire.tests.util;
import static org.springframework.data.gemfire.util.RuntimeExceptionFactory.newIllegalArgumentException; import static org.springframework.data.gemfire.util.RuntimeExceptionFactory.newIllegalArgumentException;
@@ -22,7 +21,7 @@ import java.io.IOException;
import java.io.Serializable; import java.io.Serializable;
import java.util.Comparator; import java.util.Comparator;
import org.apache.shiro.util.Assert; import org.springframework.util.Assert;
/** /**
* The ObjectToByteArrayComparator class... * The ObjectToByteArrayComparator class...