Java: Fix formatting of SpuriousJavadocParam.java

This commit is contained in:
Marcono1234
2021-10-03 00:13:36 +02:00
parent 1ce9426adf
commit fb1385b3e8

View File

@@ -44,7 +44,7 @@ public <T> void parameterized(T parameter){ ... }
*
* @param <X> The type of the elements.
*/
class Generic<T> { ...}
class Generic<T> { ... }
/**
* GOOD: A proper Javadoc comment.