diff --git a/plugins/Pilatus.java b/plugins/Pilatus.java index 96ce459..83912f5 100644 --- a/plugins/Pilatus.java +++ b/plugins/Pilatus.java @@ -93,7 +93,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") + throw new IOException("Not implemented"); } }