Browse Source

Move to annotation package to avoid jarsigner problems during deployment.

Ben Alex 19 năm trước cách đây
mục cha
commit
a6ef43d827

+ 1 - 1
core-tiger/src/test/java/org/acegisecurity/intercept/method/MethodDefinitionSourceEditorTigerTests.java → core-tiger/src/test/java/org/acegisecurity/annotation/MethodDefinitionSourceEditorTigerTests.java

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