Author: cframpton
Date: Wed Nov 28 21:55:08 2012
New Revision: 1414951
URL: http://svn.apache.org/viewvc?rev=1414951&view=rev
Log:
>From whiteboard/cframpton/adobe.next. ASDoc updates.
Modified:
incubator/flex/sdk/branches/develop/frameworks/projects/framework/src/mx/utils/Base64Encoder.as
Modified:
incubator/flex/sdk/branches/develop/frameworks/projects/framework/src/mx/utils/Base64Encoder.as
URL:
http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/frameworks/projects/framework/src/mx/utils/Base64Encoder.as?rev=1414951&r1=1414950&r2=1414951&view=diff
==============================================================================
---
incubator/flex/sdk/branches/develop/frameworks/projects/framework/src/mx/utils/Base64Encoder.as
(original)
+++
incubator/flex/sdk/branches/develop/frameworks/projects/framework/src/mx/utils/Base64Encoder.as
Wed Nov 28 21:55:08 2012
@@ -136,8 +136,7 @@ public class Base64Encoder
*
* @param data The String to encode.
* @param offset The character position from which to start encoding.
- * @param length The number of characters to encode from the offset, or
- * all the characters if the length is 0.
+ * @param length The number of characters to encode from the offset.
*
* @langversion 3.0
* @playerversion Flash 9
@@ -202,8 +201,7 @@ public class Base64Encoder
*
* @param data The ByteArray to encode.
* @param offset The index from which to start encoding.
- * @param length The number of bytes to encode from the offset, or all
- * the bytes if the length is 0.
+ * @param length The number of bytes to encode from the offset.
*
* @langversion 3.0
* @playerversion Flash 9