2

i saw this and this is wrong in so many ways

public void saveFolder(FolderID folderid, FolderInfo folderInfo) throws DataAccessException {
FolderOrm folderOrm = load(FolderOrm.class, folderid);
}

Comments
Add Comment