Browse Source

Move to annotation package to avoid jarsigner problems during deployment.

1.0.x
Ben Alex 20 years ago
parent
commit
a6ef43d827
  1. 2
      core-tiger/src/test/java/org/acegisecurity/annotation/MethodDefinitionSourceEditorTigerTests.java

2
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 @@ @@ -13,7 +13,7 @@
* limitations under the License.
*/
package org.acegisecurity.intercept.method;
package org.acegisecurity.annotation;
import junit.framework.TestCase;
Loading…
Cancel
Save