Skip to content

Commit 14dc14d

Browse files
Internal change.
PiperOrigin-RevId: 849199597
1 parent fda916c commit 14dc14d

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

content/editions/features.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,8 @@ becomes `BarBazProto`). You can still override this using the
827827

828828
* `NO`: Do not nest the generated class in the file class.
829829
* `YES`: Nest the generated class in the file class.
830-
* Legacy: An internal value used when the `java_multiple_files` option is set.
830+
* Legacy: Nesting behavior controlled by `java_multiple_files` option (see
831+
go/java-proto-names#immutable-api-message-names).
831832

832833
**Applicable to the following scopes:** message, enum, service
833834

@@ -836,11 +837,11 @@ becomes `BarBazProto`). You can still override this using the
836837
**Default behavior per syntax/edition:**
837838

838839
Syntax/edition | Default
839-
-------------- | --------
840+
-------------- | -------
840841
2024 | `NO`
841-
2023 | `LEGACY`
842-
proto3 | `LEGACY`
843-
proto2 | `LEGACY`
842+
2023 | Legacy
843+
proto3 | Legacy
844+
proto2 | Legacy
844845

845846
**Note:** Feature settings on different schema elements
846847
[have different scopes](#cascading).

0 commit comments

Comments
 (0)