Programmer's Guide to Text Blocks ( https://docs.oracle.com/en/java/javase/17/text-blocks/index.html ) refers to two JEPs on Text Blocks. The first time it refers to the standard feature JEP 378, the second time it refers to the first preview feature JEP 355:
> JEP 378 adds the language feature text blocks to Java SE 15 and later. While the JEP explains the feature in great detail, it's not always apparent how the feature can and should be used.
> The algorithm for determining incidental white space is described in JEP 355 in scary detail.
The context of these references suggests that the reference to JEP 355 is simply outdated and should be changed to a reference to JEP 378.
The Description section of JEP 378 explicitly states that:
> This section is identical to the same section in this JEP's predecessor, JEP 355, except for the addition of the subsection on new escape sequences.
> JEP 378 adds the language feature text blocks to Java SE 15 and later. While the JEP explains the feature in great detail, it's not always apparent how the feature can and should be used.
> The algorithm for determining incidental white space is described in JEP 355 in scary detail.
The context of these references suggests that the reference to JEP 355 is simply outdated and should be changed to a reference to JEP 378.
The Description section of JEP 378 explicitly states that:
> This section is identical to the same section in this JEP's predecessor, JEP 355, except for the addition of the subsection on new escape sequences.