161162163164165166167168169170171
} // load documents List<DocumentHeader> dhs = p2pn.getDocumentTable().getDocumentHeaders(); try { jkl.loadDocuments(dhs); } catch (SQLException e) { final String msg = "Error loading documents"; throw new DatabaseError(schema, msg, e); }