Skip to content

Commit

Permalink
Issue JCRRMI-30: Serializable Binary synchronizes readObject unnecess…
Browse files Browse the repository at this point in the history
…arily

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1082398 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
mebigfatguy committed Mar 17, 2011
1 parent e59ddc1 commit f53daf4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ private synchronized void writeObject(ObjectOutputStream stream)
}
}

private synchronized void readObject(ObjectInputStream stream)
private void readObject(ObjectInputStream stream)
throws IOException {
length = stream.readLong();
if (length <= BUFFER_SIZE) {
Expand Down

0 comments on commit f53daf4

Please sign in to comment.