Heartstopper Commit
Enabled every catch block in the project to log parsed exceptions.
This commit is contained in:
@@ -71,6 +71,7 @@ public class MakerItemFactory {
|
||||
ps.close();
|
||||
createCache.put(toCreate, ret);
|
||||
} catch (SQLException sqle) {
|
||||
sqle.printStackTrace();
|
||||
}
|
||||
}
|
||||
return createCache.get(toCreate);
|
||||
|
||||
Reference in New Issue
Block a user