Skip to content
Snippets Groups Projects
Commit a7d27150 authored by ribeaudc's avatar ribeaudc
Browse files

fix: - Remove package cycle between 'utilities' and 'exceptions'.

SVN: 4475
parent 90def8d5
No related branches found
No related tags found
No related merge requests found
......@@ -14,11 +14,11 @@
* limitations under the License.
*/
package ch.systemsx.cisd.common.exceptions;
package ch.systemsx.cisd.common.utilities;
import org.apache.commons.lang.exception.ExceptionUtils;
import ch.systemsx.cisd.common.utilities.ClassUtils;
import ch.systemsx.cisd.common.exceptions.CheckedExceptionTunnel;
/**
* A <code>RuntimeException</code> extension which is client safe, meaning that it does not contain any third-party
......
......@@ -14,7 +14,7 @@
* limitations under the License.
*/
package ch.systemsx.cisd.common.exceptions;
package ch.systemsx.cisd.common.utilities;
import org.testng.annotations.Test;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment