Setting delete methods to be public so they can be called by code outside the content package.

git-svn-id: http://scm.dspace.org/svn/repo/trunk@2030 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
Mark Diggory
2007-06-27 00:08:16 +00:00
parent f6a4425e9d
commit 017441f214
2 changed files with 2 additions and 2 deletions

View File

@@ -1654,7 +1654,7 @@ public class Item extends DSpaceObject
* @throws AuthorizeException
* @throws IOException
*/
void delete() throws SQLException, AuthorizeException, IOException
public void delete() throws SQLException, AuthorizeException, IOException
{
HistoryManager.saveHistory(ourContext, this, HistoryManager.REMOVE,
ourContext.getCurrentUser(), ourContext.getExtraLogInfo());