r7021 - dumbhippo/trunk/server/src/com/dumbhippo/dm/annotations
- From: commits mugshot org
- To: online-desktop-list gnome org
- Subject: r7021 - dumbhippo/trunk/server/src/com/dumbhippo/dm/annotations
- Date: Tue, 11 Dec 2007 14:08:15 -0600 (CST)
Author: otaylor
Date: 2007-12-11 14:08:15 -0600 (Tue, 11 Dec 2007)
New Revision: 7021
Modified:
dumbhippo/trunk/server/src/com/dumbhippo/dm/annotations/PropertyType.java
Log:
Make feed property type 'F' rather than 'f' so as not to conflict with float.
Modified: dumbhippo/trunk/server/src/com/dumbhippo/dm/annotations/PropertyType.java
===================================================================
--- dumbhippo/trunk/server/src/com/dumbhippo/dm/annotations/PropertyType.java 2007-12-11 19:47:18 UTC (rev 7020)
+++ dumbhippo/trunk/server/src/com/dumbhippo/dm/annotations/PropertyType.java 2007-12-11 20:08:15 UTC (rev 7021)
@@ -8,7 +8,7 @@
FLOAT('f'),
STRING('s'),
RESOURCE('r'),
- FEED('f'),
+ FEED('F'),
URL('u'),
STORE_KEY('s'); // This one would not normally be sent over the wire; it's useful internally
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]