Преглед на файлове

Move to annotation package to avoid jarsigner problems during deployment.

Ben Alex преди 19 години
родител
ревизия
a6ef43d827
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      core-tiger/src/test/java/org/acegisecurity/annotation/MethodDefinitionSourceEditorTigerTests.java

+ 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;