Skip to content

Commit 2538ba8

Browse files
committed
Revert message
1 parent 050ef40 commit 2538ba8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

java/ql/src/Language Abuse/EmptyMethod.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@ where
9090
not exists(m.getAnAnnotation()) and
9191
//native methods have no body
9292
not m.isNative()
93-
select m, "This empty method should be completed."
93+
select m, "Empty method found."
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
| Test.java:16:15:16:16 | f2 | This empty method should be completed. |
2-
| Test.java:43:18:43:23 | method | This empty method should be completed. |
1+
| Test.java:16:15:16:16 | f2 | Empty method found. |
2+
| Test.java:43:18:43:23 | method | Empty method found. |

0 commit comments

Comments
 (0)