From 9931e3ad778747787ff48bc4fe38b4d626377693 Mon Sep 17 00:00:00 2001 From: gac-S_Changer Date: Fri, 10 Feb 2017 11:17:25 +0100 Subject: [PATCH] Closedown --- plugins/PuckDetection.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/PuckDetection.java b/plugins/PuckDetection.java index 58b6aaa..6217ae4 100644 --- a/plugins/PuckDetection.java +++ b/plugins/PuckDetection.java @@ -98,7 +98,7 @@ public class PuckDetection extends DeviceBase{ for (String line:msg.split("\t")){ try{ line = line.trim(); - String[] tokens = line.split(" "); + String[] tokens = line.split(" "); int id = Integer.valueOf(tokens[0].substring(1)); present.add(id); PuckState puck = getPuck(id);