[freenet-cvs] r17878 - trunk/freenet/src/freenet/node/fcp
jflesch at freenetproject.org
jflesch at freenetproject.org
Wed Feb 13 21:33:33 UTC 2008
Author: jflesch
Date: 2008-02-13 21:33:33 +0000 (Wed, 13 Feb 2008)
New Revision: 17878
Modified:
trunk/freenet/src/freenet/node/fcp/GetConfig.java
Log:
GetConfig : Fix a typo
Modified: trunk/freenet/src/freenet/node/fcp/GetConfig.java
===================================================================
--- trunk/freenet/src/freenet/node/fcp/GetConfig.java 2008-02-13 21:31:43 UTC (rev 17877)
+++ trunk/freenet/src/freenet/node/fcp/GetConfig.java 2008-02-13 21:33:33 UTC (rev 17878)
@@ -27,7 +27,7 @@
withForceWriteFlag = Fields.stringToBool(fs.get("WithForceWriteFlag"), false);
withShortDescription = Fields.stringToBool(fs.get("WithShortDescription"), false);
withLongDescription = Fields.stringToBool(fs.get("WithLongDescription"), false);
- withDataTypes = Fields.stringToBool(fs.get("withDataTypes"), false);
+ withDataTypes = Fields.stringToBool(fs.get("WithDataTypes"), false);
}
public SimpleFieldSet getFieldSet() {
More information about the cvs
mailing list