Skip to content

Commit 6d152eb

Browse files
shai-almogclaude
andcommitted
Replace em-dash with ASCII in LinearGradientPaint comment
CI's "Java sources must be ASCII-only" guardrail flagged the em-dash that slipped into the explanatory comment block. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 5a2a001 commit 6d152eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CodenameOne/src/com/codename1/ui/LinearGradientPaint.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ private void paint(Graphics g, double w, double h, boolean processCycles) {
204204
// baked them into `t2.translate(startX + tx, startY + ty)`, then
205205
// zeroed `g.translate(-tx, -ty)` before `g.setTransform(t2)`. On
206206
// ports where `isTranslationSupported()` is false (iOS, Android,
207-
// JavaSE every active port today), Graphics already conjugates
207+
// JavaSE -- every active port today), Graphics already conjugates
208208
// setTransform with `T(xTranslate)` so the user matrix operates in
209209
// local coordinates regardless of prior g.translate; that
210210
// conjugation re-applies the cell offset at the *screen* level

0 commit comments

Comments
 (0)