IJPL-245459 [java]: fix <spot> in before template, improve intention description

GitOrigin-RevId: 550d8b9abfd3c48ec3d00cff6ed0eb09c41ccc7f
This commit is contained in:
Bas Leijdekkers
2026-06-12 20:33:30 +00:00
committed by intellij-monorepo-bot
parent 0ea56ba7bb
commit 5ee856f351
2 changed files with 2 additions and 2 deletions
@@ -1,3 +1,3 @@
void m(int var) {
<spot>var<spot>
<spot>var</spot>
}
@@ -1,5 +1,5 @@
<html>
<body>
Creates a switch statement for the selected variable.
Creates a switch statement for a variable.
</body>
</html>