mturk 2005/06/14 02:02:01 Modified: jni/java/org/apache/tomcat/jni Poll.java Log: Fix copy/paste typo. Poll.pollset does not have remove param. Revision Changes Path 1.10 +2 -3 jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/Poll.java Index: Poll.java =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/Poll.java,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- Poll.java 14 Jun 2005 07:14:00 -0000 1.9 +++ Poll.java 14 Jun 2005 09:02:01 -0000 1.10 @@ -159,7 +159,6 @@ * @return Number of descriptors (output parameter) in the Poll * or negative APR error code. */ - public static native int pollset(long pollset, long [] descriptors, - boolean remove); + public static native int pollset(long pollset, long [] descriptors); }
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]