File tree 1 file changed +3
-3
lines changed
src/main/java/com/fasterxml/jackson/core
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ public abstract class JsonGenerator
31
31
implements Closeable , Flushable , Versioned
32
32
{
33
33
/**
34
- * Default set of {@link StreamReadCapability }ies that may be used as
34
+ * Default set of {@link StreamWriteCapability }ies that may be used as
35
35
* basis for format-specific readers (or as bogus instance if non-null
36
36
* set needs to be passed).
37
37
*
@@ -41,7 +41,7 @@ public abstract class JsonGenerator
41
41
= JacksonFeatureSet .fromDefaults (StreamWriteCapability .values ());
42
42
43
43
/**
44
- * Default set of {@link StreamReadCapability }ies for typical textual formats,
44
+ * Default set of {@link StreamWriteCapability }ies for typical textual formats,
45
45
* to use either as-is, or as a base with possible differences.
46
46
*
47
47
* @since 2.12
@@ -50,7 +50,7 @@ public abstract class JsonGenerator
50
50
= DEFAULT_WRITE_CAPABILITIES .with (StreamWriteCapability .CAN_WRITE_FORMATTED_NUMBERS );
51
51
52
52
/**
53
- * Default set of {@link StreamReadCapability }ies for typical binary formats,
53
+ * Default set of {@link StreamWriteCapability }ies for typical binary formats,
54
54
* to use either as-is, or as a base with possible differences.
55
55
*
56
56
* @since 2.12
You can’t perform that action at this time.
0 commit comments