mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2026-08-10 13:08:25 -05:00
derive doc categories from single annotated function name
This commit is contained in:
+1
@@ -47,6 +47,7 @@ public class FDocFuncs implements Iterable<FDocFunc> {
|
||||
|
||||
if (cdocs.size()!=1) {
|
||||
logger.warn("There were " + cdocs.size() + " class docs found for types named " + getFunctionName());
|
||||
functionsByPackage.keySet().forEach(k -> logger.warn(" package: " + k));
|
||||
}
|
||||
|
||||
return String.join("\n\n",cdocs);
|
||||
|
||||
Reference in New Issue
Block a user