pbwest 2002/10/02 20:29:02
Modified: src/org/apache/fop/datastructs Tag: FOP_0-20-0_Alt-Design
SyncedCircularBuffer.java
Log:
Fixed exception message.
Revision Changes Path
No revision
No revision
1.1.2.2 +3 -3
xml-fop/src/org/apache/fop/datastructs/Attic/SyncedCircularBuffer.java
Index: SyncedCircularBuffer.java
===================================================================
RCS file:
/home/cvs/xml-fop/src/org/apache/fop/datastructs/Attic/SyncedCircularBuffer.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- SyncedCircularBuffer.java 7 May 2002 04:37:53 -0000 1.1.2.1
+++ SyncedCircularBuffer.java 3 Oct 2002 03:29:02 -0000 1.1.2.2
@@ -99,7 +99,7 @@
synchronized (this) {
Object obj;
if (Thread.interrupted()) {
- throw new InterruptedException("Producer interrupted");
+ throw new InterruptedException("Consumer interrupted");
}
if (pushBackBuf != null) {
obj = pushBackBuf;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]