Author: toad
Date: 2006-03-22 00:08:24 +0000 (Wed, 22 Mar 2006)
New Revision: 8287

Modified:
   trunk/freenet/src/freenet/node/Version.java
   trunk/freenet/src/freenet/node/fcp/PersistentPut.java
Log:
553:
Fix PriorityClass=2;2 in PersistentPut.

Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2006-03-21 23:59:30 UTC (rev 
8286)
+++ trunk/freenet/src/freenet/node/Version.java 2006-03-22 00:08:24 UTC (rev 
8287)
@@ -20,7 +20,7 @@
        public static final String protocolVersion = "1.0";

        /** The build number of the current revision */
-       private static final int buildNumber = 552;
+       private static final int buildNumber = 553;

        /** Oldest build of Fred we will talk to */
        private static final int lastGoodBuild = 507;

Modified: trunk/freenet/src/freenet/node/fcp/PersistentPut.java
===================================================================
--- trunk/freenet/src/freenet/node/fcp/PersistentPut.java       2006-03-21 
23:59:30 UTC (rev 8286)
+++ trunk/freenet/src/freenet/node/fcp/PersistentPut.java       2006-03-22 
00:08:24 UTC (rev 8287)
@@ -51,7 +51,6 @@
                        fs.put("TargetURI", targetURI.toString());
                if(mimeType != null)
                        fs.put("Metadata.ContentType", mimeType);
-               fs.put("PriorityClass", Short.toString(priorityClass));
                fs.put("Global", Boolean.toString(global));
                return fs;
        }


Reply via email to