fix local login provider

fix import typo
This commit is contained in:
darkk1138
2013-11-24 11:05:40 +01:00
parent 4d66b33344
commit 38374b496c
3 changed files with 44 additions and 19 deletions
+4 -1
View File
@@ -21,6 +21,7 @@
******************************************************************************/
package services.object;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.nio.ByteOrder;
import java.sql.PreparedStatement;
@@ -225,8 +226,10 @@ public class ObjectService implements INetworkDispatch {
}
}
} catch (FileNotFoundException e) {
System.out.println("!File Not Found:" + template.toString());
} catch (IOException e) {
e.printStackTrace();
System.out.println("!IO error " + template.toString());
}
}