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 2020/01/26 09:09:03 UTC

[royale-asjs] branch develop updated: don't need private tags

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 14dc908  don't need private tags
14dc908 is described below

commit 14dc908a92038d7fcb3f6fead05dd14dd228158d
Author: Harbs <ha...@in-tools.com>
AuthorDate: Sun Jan 26 11:08:46 2020 +0200

    don't need private tags
---
 .../src/main/royale/org/apache/royale/effects/CompoundEffect.as     | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/frameworks/projects/Effects/src/main/royale/org/apache/royale/effects/CompoundEffect.as b/frameworks/projects/Effects/src/main/royale/org/apache/royale/effects/CompoundEffect.as
index e106db0..c92fc13 100644
--- a/frameworks/projects/Effects/src/main/royale/org/apache/royale/effects/CompoundEffect.as
+++ b/frameworks/projects/Effects/src/main/royale/org/apache/royale/effects/CompoundEffect.as
@@ -94,17 +94,11 @@ package org.apache.royale.effects
 			return _children;
 		}
 
-		/**
-		 * @private
-		 */
 		public function set children(value:Array):void
 		{
 			_children = value;
 		}
 
-		/**
-		 *  @private
-		 */
 		private var _duration:Number = 500;
 		public function set duration(value:Number):void
 		{