aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/QueryKit/Source/QKQueryGenericParameter.h
diff options
context:
space:
mode:
Diffstat (limited to 'Frameworks/QueryKit/Source/QKQueryGenericParameter.h')
-rw-r--r--Frameworks/QueryKit/Source/QKQueryGenericParameter.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Frameworks/QueryKit/Source/QKQueryGenericParameter.h b/Frameworks/QueryKit/Source/QKQueryGenericParameter.h
index 1c782b6a..13d722c5 100644
--- a/Frameworks/QueryKit/Source/QKQueryGenericParameter.h
+++ b/Frameworks/QueryKit/Source/QKQueryGenericParameter.h
@@ -38,13 +38,13 @@
}
/**
- * @property _field The field component of the parameter.
+ * @property field The field component of the parameter.
*/
-@property(readwrite, retain, getter=field, setter=setField:) NSString *_field;
+@property(readwrite, retain) NSString *field;
/**
- *@property _value The value component of the parameter.
+ *@property value The value component of the parameter.
*/
-@property(readwrite, retain, getter=value, setter=setValue:) id _value;
+@property(readwrite, retain) id value;
@end