|
From: Brendan M. <hb...@an...> - 2004-03-30 01:17:12
|
I'm commenting the following code out in ObjectSerializer,
because I need to store a file in the config file that might not exist
yet. Is there any reason not to do this?
//if ((f != null) && f.exists()) return f;
//throw new RuntimeException("Null or Missing File: "+s);
|