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") } }