From 474a23227608cc903ceb123c341df81107f19040 Mon Sep 17 00:00:00 2001 From: gac-x04sa Date: Mon, 22 Jan 2018 11:13:17 +0100 Subject: [PATCH] Closedown --- plugins/Pilatus.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/Pilatus.java b/plugins/Pilatus.java index 83912f5..2dca21b 100644 --- a/plugins/Pilatus.java +++ b/plugins/Pilatus.java @@ -92,8 +92,7 @@ public class Pilatus extends AreaDetector{ } public String getFileName() throws IOException, InterruptedException{ - //return (String) ne String(readCtrl("FileName", byte[].class)); - throw new IOException("Not implemented"); + return new String((byte[]) readCtrl("FileName", byte[].class)); } }