From ec20e2f72460010c4f59e6d59775671260e01026 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Thu, 28 Apr 2016 12:29:16 -0700 Subject: altoslib: Make AltosPreferencesBackend abstract. Add set/put Serializable This lets us add functionality to this directly, such as the new serializable APIs. Signed-off-by: Keith Packard --- altoslib/AltosLink.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'altoslib/AltosLink.java') diff --git a/altoslib/AltosLink.java b/altoslib/AltosLink.java index 73bab3ef..cd8609c0 100644 --- a/altoslib/AltosLink.java +++ b/altoslib/AltosLink.java @@ -170,8 +170,8 @@ public abstract class AltosLink implements Runnable { boolean can_cancel = can_cancel_reply(); String reply = null; - if (!can_cancel && remote) - System.out.printf("Uh-oh, reading remote serial device from swing thread\n"); +// if (!can_cancel && remote) +// System.out.printf("Uh-oh, reading remote serial device from swing thread\n"); if (remote && can_cancel) { timeout = 500; -- cgit v1.2.3