Fixed: Renamed CPCoder method to match language

Previously CPCoder had a method named "encodeValueOfObjCType" which is a misnomer.

This commit renames the method to "encodeValueOfObjJType."
This commit is contained in:
Andrew Hankinson
2014-11-01 07:41:51 -04:00
parent 49cb446f8b
commit 0399b3daed
+1 -1
View File
@@ -53,7 +53,7 @@
@param aType the structure or object type
@param anObject the object to be encoded
*/
- (void)encodeValueOfObjCType:(CPString)aType at:(id)anObject
- (void)encodeValueOfObjJType:(CPString)aType at:(id)anObject
{
_CPRaiseInvalidAbstractInvocation(self, _cmd);
}