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