From: Kevin Lamonte Date: Wed, 18 Jan 2017 19:58:25 +0000 (-0500) Subject: typo X-Git-Url: http://git.nikiroo.be/?a=commitdiff_plain;h=a1879051215b2431976221416487958e15ec559a;p=nikiroo-utils.git typo --- diff --git a/src/jexer/io/Screen.java b/src/jexer/io/Screen.java index 720f8a9..c6c7de8 100644 --- a/src/jexer/io/Screen.java +++ b/src/jexer/io/Screen.java @@ -251,8 +251,8 @@ public abstract class Screen { * @param attr attributes to use (bold, foreColor, backColor) * @param clip if true, honor clipping/offset */ - public final void putAttrXY(final int x, final int y - , final CellAttributes attr, final boolean clip) { + public final void putAttrXY(final int x, final int y, + final CellAttributes attr, final boolean clip) { int X = x; int Y = y;