Просмотр исходного кода

Move to annotation package to avoid jarsigner problems during deployment.

Ben Alex 19 лет назад
Родитель
Сommit
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;