We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e5f389 commit 0519de7Copy full SHA for 0519de7
modules/lang-painless/src/test/java/org/elasticsearch/painless/PainlessDocGenerator.java
@@ -328,7 +328,7 @@ private static String javadocRoot(PainlessField field) {
328
}
329
330
/**
331
- * Pick the javadoc root for a {@link Class<?>}.
+ * Pick the javadoc root for a {@link Class}.
332
*/
333
private static String javadocRoot(Class<?> clazz) {
334
String classPackage = clazz.getPackage().getName();
0 commit comments