You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ha...@apache.org on 2018/09/02 21:31:33 UTC

[royale-asjs] 05/10: Missing import

This is an automated email from the ASF dual-hosted git repository.

harbs pushed a commit to branch feature/new_merge
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit fb24e5f9f8d17f2588a8dbd5c861de207e2d375f
Author: Harbs <ha...@in-tools.com>
AuthorDate: Sun Sep 2 20:14:05 2018 +0300

    Missing import
---
 .../main/royale/org/apache/royale/html/beads/DragDropListView.as    | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/frameworks/projects/DragDrop/src/main/royale/org/apache/royale/html/beads/DragDropListView.as b/frameworks/projects/DragDrop/src/main/royale/org/apache/royale/html/beads/DragDropListView.as
index cfc47ed..cdfccd4 100644
--- a/frameworks/projects/DragDrop/src/main/royale/org/apache/royale/html/beads/DragDropListView.as
+++ b/frameworks/projects/DragDrop/src/main/royale/org/apache/royale/html/beads/DragDropListView.as
@@ -19,6 +19,7 @@
 package org.apache.royale.html.beads
 {
 	import org.apache.royale.core.IStrand;
+	import org.apache.royale.core.IContainer;
 	import org.apache.royale.core.UIBase;
 	import org.apache.royale.html.beads.ListView;
 
@@ -43,6 +44,7 @@ package org.apache.royale.html.beads
 
 		/**
 		 * @private
+		 * @royaleignorecoercion org.apache.royale.core.UIBase
 		 */
 		override public function set strand(value:IStrand):void
 		{
@@ -63,6 +65,7 @@ package org.apache.royale.html.beads
 
 		/**
 		 * @private
+		 * @royaleignorecoercion org.apache.royale.core.UIBase
 		 */
 		override public function afterLayout():void
 		{
@@ -97,6 +100,8 @@ package org.apache.royale.html.beads
 
 		/**
 		 * @private
+		 * @royaleignorecoercion org.apache.royale.core.IContainer
+
 		 */
 		override public function set strand(value:IStrand):void
 		{
@@ -114,6 +119,7 @@ package org.apache.royale.html.beads
 
 		/**
 		 * @private
+		 * @royaleignorecoercion org.apache.royale.core.UIBase
 		 */
 		override public function afterLayout():void
 		{