Move to annotation package to avoid jarsigner problems during deployment.

This commit is contained in:
Ben Alex 2006-05-29 15:04:50 +00:00
parent 484387f15a
commit a6ef43d827

View File

@ -13,7 +13,7 @@
* limitations under the License. * limitations under the License.
*/ */
package org.acegisecurity.intercept.method; package org.acegisecurity.annotation;
import junit.framework.TestCase; import junit.framework.TestCase;