Skip to content

Commit

Permalink
#14 annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Aug 22, 2024
1 parent ca3c1f4 commit 7ded568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/eolang/hone/OptimizeMojoTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ void optimizesSimpleApp(@TempDir final Path dir) throws Exception {
f -> {
f.files()
.file("src/main/java/Hello.java")
.write("class Hello { int foo() { return 42; } }");
.write("@Deprecated class Hello { int foo() { return 42; } }");
f.build()
.plugins()
.appendItself()
Expand Down

0 comments on commit 7ded568

Please sign in to comment.