Place this annotation on the field like below not work, so I have to annotate 
the whole class.
```java
@SuppressForbidden(reason = "System#out")
private Writer logWriter = new PrintWriter(new OutputStreamWriter(System.out, 
StandardCharsets.UTF_8));
```

[ Full content available at: 
https://github.com/apache/incubator-druid/pull/6371 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to