leif 2002/11/28 07:52:03
Modified: instrument/src/java/org/apache/excalibur/instrument
CounterInstrument.java
Log:
Add a thrown exception to the javadocs.
Revision Changes Path
1.5 +3 -1
jakarta-avalon-excalibur/instrument/src/java/org/apache/excalibur/instrument/CounterInstrument.java
Index: CounterInstrument.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/instrument/src/java/org/apache/excalibur/instrument/CounterInstrument.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- CounterInstrument.java 2 Oct 2002 01:47:02 -0000 1.4
+++ CounterInstrument.java 28 Nov 2002 15:52:03 -0000 1.5
@@ -57,6 +57,8 @@
* present and there are no registered CounterInstrumentListeners.
*
* @param count A positive integer to increment the counter by.
+ *
+ * @throws IllegalArgumentException If the count is not positive.
*/
public void increment( int count )
{
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>