소스 검색

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;