From 099ad1685d64ab71fe9e4a56de018e7c2904b23b Mon Sep 17 00:00:00 2001 From: Tuna Aksoy Date: Tue, 15 Mar 2016 13:47:12 +0000 Subject: [PATCH] RM-3132 (Update license headers) --- .../util/ExceptionUtilsUsageExamplesUnitTest.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/rm-community/rm-community-repo/unit-test/java/org/alfresco/module/org_alfresco_module_rm/test/util/ExceptionUtilsUsageExamplesUnitTest.java b/rm-community/rm-community-repo/unit-test/java/org/alfresco/module/org_alfresco_module_rm/test/util/ExceptionUtilsUsageExamplesUnitTest.java index 87924651f0..8ad02da2de 100644 --- a/rm-community/rm-community-repo/unit-test/java/org/alfresco/module/org_alfresco_module_rm/test/util/ExceptionUtilsUsageExamplesUnitTest.java +++ b/rm-community/rm-community-repo/unit-test/java/org/alfresco/module/org_alfresco_module_rm/test/util/ExceptionUtilsUsageExamplesUnitTest.java @@ -27,17 +27,17 @@ package org.alfresco.module.org_alfresco_module_rm.test.util; +import static org.alfresco.module.org_alfresco_module_rm.test.util.ExceptionUtils.expectedException; +import static org.alfresco.module.org_alfresco_module_rm.test.util.ExceptionUtils.smuggleCheckedExceptions; +import static org.junit.Assert.assertEquals; + +import java.io.IOException; + import org.alfresco.module.org_alfresco_module_rm.test.util.ExceptionUtils.MissingThrowableException; import org.alfresco.module.org_alfresco_module_rm.test.util.ExceptionUtils.SmuggledException; import org.alfresco.module.org_alfresco_module_rm.test.util.ExceptionUtils.UnexpectedThrowableException; import org.junit.Test; -import java.io.IOException; - -import static org.alfresco.module.org_alfresco_module_rm.test.util.ExceptionUtils.expectedException; -import static org.alfresco.module.org_alfresco_module_rm.test.util.ExceptionUtils.smuggleCheckedExceptions; -import static org.junit.Assert.*; - /** * Unit tests showing usage of {@link ExceptionUtils}. *