Github user manuzhang commented on a diff in the pull request:
https://github.com/apache/incubator-gearpump/pull/224#discussion_r137138995
--- Diff: core/src/main/scala/org/apache/gearpump/util/LogUtil.scala ---
@@ -67,6 +67,11 @@ object LogUtil {
}
}
+ /** getLogger(Class <?>) implementation for Java */
--- End diff --
`<?>` happens to fail scala documentation verification. It's ok to leave it
out.---
