Name: ooR10001 Date: 06/29/2001
Javadoc comments for javax.swing.text.ZoneView class has contradictions because
it conatins two different conditions for IllegalArgumentException.
JavaDoc says:
----------------------------------------------------------
setMaxZonesLoaded
public void setMaxZonesLoaded(int mzl)
Set the current setting of the number of zones allowed to be loaded at the
same time. This will
throw an IllegalArgumentException if mzl is less than 1.
^^^^^^^^^^^^^^^^^^
Parameters:
mzl - the desired maximum number of zones to be actively loaded,
must be greater than 0
Throws:
IllegalArgumentException - if mzl is < 0
^^^^^^^^^^
----------------------------------------------------------
======================================================================