[freenet-cvs] r11940 - trunk/freenet/src/freenet/client/async

nextgens at freenetproject.org nextgens at freenetproject.org
Thu Mar 1 01:20:17 UTC 2007


Author: nextgens
Date: 2007-03-01 01:20:15 +0000 (Thu, 01 Mar 2007)
New Revision: 11940

Modified:
   trunk/freenet/src/freenet/client/async/ClientRequestScheduler.java
Log:
doh

Modified: trunk/freenet/src/freenet/client/async/ClientRequestScheduler.java
===================================================================
--- trunk/freenet/src/freenet/client/async/ClientRequestScheduler.java	2007-03-01 01:18:36 UTC (rev 11939)
+++ trunk/freenet/src/freenet/client/async/ClientRequestScheduler.java	2007-03-01 01:20:15 UTC (rev 11940)
@@ -91,7 +91,7 @@
 	private static final int MIN_RETRY_COUNT = 3;
 	private String choosenPriorityScheduler; 
 	
-	private final int[] tweakedPrioritySelector = { 
+	private final short[] tweakedPrioritySelector = { 
 			RequestStarter.MAXIMUM_PRIORITY_CLASS,
 			RequestStarter.MAXIMUM_PRIORITY_CLASS,
 			RequestStarter.MAXIMUM_PRIORITY_CLASS,
@@ -127,7 +127,7 @@
 			
 			RequestStarter.MINIMUM_PRIORITY_CLASS
 	};
-	private final int[] prioritySelector = {
+	private final short[] prioritySelector = {
 			RequestStarter.MAXIMUM_PRIORITY_CLASS,
 			RequestStarter.INTERACTIVE_PRIORITY_CLASS,
 			RequestStarter.IMMEDIATE_SPLITFILE_PRIORITY_CLASS, 




More information about the cvs mailing list