From d5515d93d65669580312f6bd54bb05adb97da703 Mon Sep 17 00:00:00 2001 From: gac-x04sa Date: Mon, 22 Jan 2018 11:12:17 +0100 Subject: [PATCH] Closedown --- plugins/Pilatus.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); } }