Repository: flex-sdk Updated Branches: refs/heads/develop 727de51ee -> 9778f4142
FLEX-35031 Making sure that extra asdoc information is included by placing the @inheritDoc tag after the extra comments, as explained in http://help.adobe.com/en_US/flex/using/WSd0ded3821e0d52fe1e63e3d11c2f44bc36-7ff6.htm ("You can add content to the comment before the @inheritDoc tag.") Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/9778f414 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/9778f414 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/9778f414 Branch: refs/heads/develop Commit: 9778f4142f8a34461cb5f822803499d90ceea1d3 Parents: 727de51 Author: Mihai Chira <[email protected]> Authored: Mon Feb 22 12:30:06 2016 +0100 Committer: Mihai Chira <[email protected]> Committed: Mon Feb 22 12:30:06 2016 +0100 ---------------------------------------------------------------------- .../collections/HierarchicalCollectionViewCursor.as | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/9778f414/frameworks/projects/advancedgrids/src/mx/collections/HierarchicalCollectionViewCursor.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/advancedgrids/src/mx/collections/HierarchicalCollectionViewCursor.as b/frameworks/projects/advancedgrids/src/mx/collections/HierarchicalCollectionViewCursor.as index 8b85e58..bf32f07 100644 --- a/frameworks/projects/advancedgrids/src/mx/collections/HierarchicalCollectionViewCursor.as +++ b/frameworks/projects/advancedgrids/src/mx/collections/HierarchicalCollectionViewCursor.as @@ -307,11 +307,11 @@ public class HierarchicalCollectionViewCursor extends EventDispatcher //-------------------------------------------------------------------------- /** - * @inheritDoc - * * <p>Note that for this class, the view does not need to be sorted in order to * call this method. Also, if the item cannot be found, the cursor location is * left on the last queried object.</p> + * + * @inheritDoc * * @langversion 3.0 * @playerversion Flash 9 @@ -333,12 +333,12 @@ public class HierarchicalCollectionViewCursor extends EventDispatcher } /** - * @inheritDoc - * * <p>Note that for this class, the view does not need to be sorted in order to * call this method. Also, if the item cannot be found, the cursor location is * left on the last queried object.</p> - * + * + * @inheritDoc + * * @langversion 3.0 * @playerversion Flash 9 * @playerversion AIR 1.1 @@ -350,11 +350,11 @@ public class HierarchicalCollectionViewCursor extends EventDispatcher } /** - * @inheritDoc - * * <p>Note that for this class, the view does not need to be sorted in order to * call this method. Also, if the item cannot be found, the cursor location is * left on the last queried object.</p> + * + * @inheritDoc * * @langversion 3.0 * @playerversion Flash 9
