Suppress warning in test
This commit is contained in:
@@ -287,6 +287,7 @@ public class RuntimeHintsAgentTests {
|
||||
|
||||
private static class PrivateClass {
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
private String greet() {
|
||||
return "hello";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user