Closedown

This commit is contained in:
gac-x04sa
2018-01-22 11:13:17 +01:00
parent d5515d93d6
commit 474a232276
+1 -2
View File
@@ -92,8 +92,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");
return new String((byte[]) readCtrl("FileName", byte[].class));
}
}