From a1879051215b2431976221416487958e15ec559a Mon Sep 17 00:00:00 2001 From: Kevin Lamonte Date: Wed, 18 Jan 2017 14:58:25 -0500 Subject: [PATCH] typo --- src/jexer/io/Screen.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.27.0