Skip to content

Commit 9dce005

Browse files
author
Maria Kusber
committed
Move the annotation to the same package
Javadoc explains the difference between this one and the testing-advice-ones enough, and "generated" was questionable
1 parent 5102bec commit 9dce005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/diffblue/cover/annotations/generated/MethodsUnderTest.java renamed to src/main/java/com/diffblue/cover/annotations/MethodsUnderTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* express or implied. See the License for the specific language governing
1313
* permissions and limitations under the License.
1414
*/
15-
package com.diffblue.cover.annotations.generated;
15+
package com.diffblue.cover.annotations;
1616

1717
import static java.lang.annotation.ElementType.METHOD;
1818
import static java.lang.annotation.RetentionPolicy.SOURCE;

0 commit comments

Comments
 (0)