mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Java: Fix formatting of SpuriousJavadocParam.java
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user