We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb82055 commit fc76333Copy full SHA for fc76333
src/main/java/ch/jalu/typeresolver/typeimpl/ParameterizedTypeBuilder.java
@@ -19,7 +19,7 @@
19
* Builder to create parameterized types programmatically.
20
* <p>
21
* Example:<pre>{@code
22
- * ParameterizedType pt = newTypeFromClass(Optional.class)
+ * ParameterizedType pt = parameterizedTypeBuilder(Optional.class)
23
* .withTypeArg(0, String.class)
24
* .build();
25
* // pt = Optional<String>
0 commit comments