Skip to content

Commit 0519de7

Browse files
author
Christoph Büscher
committed
Fix Java 11 javadoc compile problem
Java 11 complains with a "type arguments not allowed here" error when types are used in javadoc links it seems. Simply removing it.
1 parent 4e5f389 commit 0519de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/lang-painless/src/test/java/org/elasticsearch/painless/PainlessDocGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ private static String javadocRoot(PainlessField field) {
328328
}
329329

330330
/**
331-
* Pick the javadoc root for a {@link Class<?>}.
331+
* Pick the javadoc root for a {@link Class}.
332332
*/
333333
private static String javadocRoot(Class<?> clazz) {
334334
String classPackage = clazz.getPackage().getName();

0 commit comments

Comments
 (0)