Closedown

This commit is contained in:
gac-x04sa
2018-01-22 11:11:10 +01:00
parent 5a9820ed93
commit f3185ac779
+2 -1
View File
@@ -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")
}
}