aboutsummaryrefslogtreecommitdiffstats
path: root/dcevm/src/test
diff options
context:
space:
mode:
authorIvan Dubrov <idubrov@guidewire.com>2014-04-28 13:14:31 -0700
committerIvan Dubrov <idubrov@guidewire.com>2014-04-28 13:14:35 -0700
commit1db3be9cc7372b64da223b2c85c86591b41ca577 (patch)
treee25dbf7b940eb3d7ccd3e4231311bdadcd8ce41f /dcevm/src/test
parentc98d0846bcce64310ae112f20c3d7351c73d30bc (diff)
downloaddcevm-1db3be9cc7372b64da223b2c85c86591b41ca577.tar.gz
dcevm-1db3be9cc7372b64da223b2c85c86591b41ca577.zip
Unneeded import removed
Diffstat (limited to 'dcevm/src/test')
-rw-r--r--dcevm/src/test/java7/com/github/dcevm/test/util/HotSwapTestHelper.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/dcevm/src/test/java7/com/github/dcevm/test/util/HotSwapTestHelper.java b/dcevm/src/test/java7/com/github/dcevm/test/util/HotSwapTestHelper.java
index d7c00841..b6fc4ff0 100644
--- a/dcevm/src/test/java7/com/github/dcevm/test/util/HotSwapTestHelper.java
+++ b/dcevm/src/test/java7/com/github/dcevm/test/util/HotSwapTestHelper.java
@@ -24,7 +24,6 @@
package com.github.dcevm.test.util;
import com.github.dcevm.HotSwapTool;
-import sun.reflect.CallerSensitive;
/**
* Shortcut methods for testing. Methods are named this way to make them more visible in the test code.