Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Correct Datastream.setlabel() to avoid saving Session
  • Loading branch information
ajs6f committed Feb 28, 2013
1 parent d3b6c4e commit 62ef98a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fcrepo-kernel/src/main/java/org/fcrepo/Datastream.java
Expand Up @@ -107,7 +107,6 @@ public void setLabel(String label) throws ValueFormatException,
VersionException, LockException, ConstraintViolationException,
RepositoryException {
node.setProperty(DC_TITLE, label);
node.getSession().save();
}

}

0 comments on commit 62ef98a

Please sign in to comment.