move Test file to the annotations package

This commit is contained in:
YuCheng Hu 2020-02-26 16:16:12 -05:00
parent dd2c3c0170
commit 7b5581bb2b
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
package com.ossez.customannotations;
package com.ossez.annotations;
import com.ossez.annotations.ClassWithDeprecatedMethod;
import org.junit.jupiter.api.Test;