Java: Make better QL docs and add some missing 'this'.

This commit is contained in:
Michael Nebel
2022-10-07 14:26:54 +02:00
parent b80c533fb0
commit 8c1de5958b
2 changed files with 7 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
import java
/**
* The type `t` is a parameterization of `g`, where the `i`-th type parameter of
* Holds if the type `t` is a parameterization of `g`, where the `i`-th type parameter of
* `g` is instantiated to `arg`.
*
* For example, `List<Integer>` parameterizes `List<T>`, instantiating its `0`-th