On Wed, 13 Mar 2024 09:36:01 GMT, Tejesh R <t...@openjdk.org> wrote: >> Harshitha Onkar has updated the pull request incrementally with one >> additional commit since the last revision: >> >> instructions updated > > test/jdk/java/awt/im/PinyinIMCapsTest.java line 43: > >> 41: >> 42: public class PinyinIMCapsTest { >> 43: private static final String INSTRUCTIONS = """ > > Can move `INSTRUCTIONS ` to main.
Some tests follow this pattern and few others have it within main. I usually define it as static var so retaining it the same here. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/18245#discussion_r1523661666