Author: scheu
Date: Sun Jul 27 06:46:22 2008
New Revision: 680106
URL: http://svn.apache.org/viewvc?rev=680106&view=rev
Log:
Quick Fix: BoundaryPushbackInputStream.read should not be synchronized
Modified:
webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/BoundaryPushbackInputStream.java
Modified:
webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/BoundaryPushbackInputStream.java
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/BoundaryPushbackInputStream.java?rev=680106&r1=680105&r2=680106&view=diff
==============================================================================
---
webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/BoundaryPushbackInputStream.java
(original)
+++
webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/BoundaryPushbackInputStream.java
Sun Jul 27 06:46:22 2008
@@ -179,7 +179,7 @@
*
* @throws java.io.IOException
*/
- public synchronized int read(byte[] b, final int off, final int len)
+ public int read(byte[] b, final int off, final int len)
throws java.io.IOException {
// If already found the buffer, then we are done