Skip to content

Commit fb1385b

Browse files
committed
Java: Fix formatting of SpuriousJavadocParam.java
1 parent 1ce9426 commit fb1385b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/Advisory/Documentation/SpuriousJavadocParam.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public <T> void parameterized(T parameter){ ... }
4444
*
4545
* @param <X> The type of the elements.
4646
*/
47-
class Generic<T> { ...}
47+
class Generic<T> { ... }
4848

4949
/**
5050
* GOOD: A proper Javadoc comment.

0 commit comments

Comments
 (0)