Repository: flex-asjs
Updated Branches:
  refs/heads/tlf 38fcd2dfb -> e85a8d8c0


Updated version numbers.


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/73bfe666
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/73bfe666
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/73bfe666

Branch: refs/heads/tlf
Commit: 73bfe6669a414f5abae93f057737a875489294d8
Parents: ff4dd1e
Author: DESKTOP-RH4S838\Yishay <yishayj...@hotmail.com>
Authored: Mon Jul 3 16:03:23 2017 +0300
Committer: DESKTOP-RH4S838\Yishay <yishayj...@hotmail.com>
Committed: Mon Jul 3 16:03:23 2017 +0300

----------------------------------------------------------------------
 .../src/main/flex/org/apache/flex/file/FileProxy.as |  2 +-
 .../flex/org/apache/flex/file/beads/FileBrowser.as  |  8 ++++----
 .../flex/org/apache/flex/file/beads/FileModel.as    | 16 ++++++++--------
 3 files changed, 13 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/73bfe666/frameworks/projects/Network/src/main/flex/org/apache/flex/file/FileProxy.as
----------------------------------------------------------------------
diff --git 
a/frameworks/projects/Network/src/main/flex/org/apache/flex/file/FileProxy.as 
b/frameworks/projects/Network/src/main/flex/org/apache/flex/file/FileProxy.as
index 7055f1b..bdef5e8 100644
--- 
a/frameworks/projects/Network/src/main/flex/org/apache/flex/file/FileProxy.as
+++ 
b/frameworks/projects/Network/src/main/flex/org/apache/flex/file/FileProxy.as
@@ -30,7 +30,7 @@ package org.apache.flex.file
         *  @langversion 3.0
         *  @playerversion Flash 10.2
         *  @playerversion AIR 2.6
-        *  @productversion FlexJS 0.0
+        *  @productversion FlexJS 0.9
         */
        public class FileProxy extends Strand implements IDocument
        {

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/73bfe666/frameworks/projects/Network/src/main/flex/org/apache/flex/file/beads/FileBrowser.as
----------------------------------------------------------------------
diff --git 
a/frameworks/projects/Network/src/main/flex/org/apache/flex/file/beads/FileBrowser.as
 
b/frameworks/projects/Network/src/main/flex/org/apache/flex/file/beads/FileBrowser.as
index fa24548..029cf97 100644
--- 
a/frameworks/projects/Network/src/main/flex/org/apache/flex/file/beads/FileBrowser.as
+++ 
b/frameworks/projects/Network/src/main/flex/org/apache/flex/file/beads/FileBrowser.as
@@ -44,7 +44,7 @@ package org.apache.flex.file.beads
         *  @langversion 3.0
         *  @playerversion Flash 10.2
         *  @playerversion AIR 2.6
-        *  @productversion FlexJS 0.0
+        *  @productversion FlexJS 0.9
         */
        public class FileBrowser implements IBead
        {
@@ -64,7 +64,7 @@ package org.apache.flex.file.beads
                 *  @langversion 3.0
                 *  @playerversion Flash 10.2
                 *  @playerversion AIR 2.6
-                *  @productversion FlexJS 0.0
+                *  @productversion FlexJS 0.9
                 */
                public function FileBrowser()
                {
@@ -110,7 +110,7 @@ package org.apache.flex.file.beads
                 *  @langversion 3.0
                 *  @playerversion Flash 10.2
                 *  @playerversion AIR 2.6
-                *  @productversion FlexJS 0.0
+                *  @productversion FlexJS 0.9
                 */
                public function browse():void
                {
@@ -130,7 +130,7 @@ package org.apache.flex.file.beads
                 *  @langversion 3.0
                 *  @playerversion Flash 10.2
                 *  @playerversion AIR 2.6
-                *  @productversion FlexJS 0.0
+                *  @productversion FlexJS 0.9
                 */
                public function set strand(value:IStrand):void
                {

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/73bfe666/frameworks/projects/Network/src/main/flex/org/apache/flex/file/beads/FileModel.as
----------------------------------------------------------------------
diff --git 
a/frameworks/projects/Network/src/main/flex/org/apache/flex/file/beads/FileModel.as
 
b/frameworks/projects/Network/src/main/flex/org/apache/flex/file/beads/FileModel.as
index 7692e35..bddbb09 100644
--- 
a/frameworks/projects/Network/src/main/flex/org/apache/flex/file/beads/FileModel.as
+++ 
b/frameworks/projects/Network/src/main/flex/org/apache/flex/file/beads/FileModel.as
@@ -35,7 +35,7 @@ package org.apache.flex.file.beads
         *  @langversion 3.0
         *  @playerversion Flash 10.2
         *  @playerversion AIR 2.6
-        *  @productversion FlexJS 0.0
+        *  @productversion FlexJS 0.9
         */
        public class FileModel extends EventDispatcher implements IBeadModel
        {
@@ -55,7 +55,7 @@ package org.apache.flex.file.beads
                 *  @langversion 3.0
                 *  @playerversion Flash 10.2
                 *  @playerversion AIR 2.6
-                *  @productversion FlexJS 0.0
+                *  @productversion FlexJS 0.9
                 */
                public function FileModel(data:Object)
                {
@@ -72,14 +72,14 @@ package org.apache.flex.file.beads
                
                
                /**
-                *  The size of the file
+                *  The size of the file bytes
                 * 
                 *  @copy org.apache.flex.core.IAlertModel#title
                 *  
                 *  @langversion 3.0
                 *  @playerversion Flash 10.2
                 *  @playerversion AIR 2.6
-                *  @productversion FlexJS 0.0
+                *  @productversion FlexJS 0.9
                 */
                public function get size():Number
                {
@@ -94,7 +94,7 @@ package org.apache.flex.file.beads
                 *  @langversion 3.0
                 *  @playerversion Flash 10.2
                 *  @playerversion AIR 2.6
-                *  @productversion FlexJS 0.0
+                *  @productversion FlexJS 0.9
                 */
                public function get name():String
                {
@@ -110,7 +110,7 @@ package org.apache.flex.file.beads
                 *  @langversion 3.0
                 *  @playerversion Flash 10.2
                 *  @playerversion AIR 2.6
-                *  @productversion FlexJS 0.0
+                *  @productversion FlexJS 0.9
                 */
                public function get type():String
                {
@@ -125,7 +125,7 @@ package org.apache.flex.file.beads
                 *  @langversion 3.0
                 *  @playerversion Flash 10.2
                 *  @playerversion AIR 2.6
-                *  @productversion FlexJS 0.0
+                *  @productversion FlexJS 0.9
                 */
                public function get lastModified():uint
                {
@@ -145,7 +145,7 @@ package org.apache.flex.file.beads
                 *  @langversion 3.0
                 *  @playerversion Flash 10.2
                 *  @playerversion AIR 2.6
-                *  @productversion FlexJS 0.0
+                *  @productversion FlexJS 0.9
                 */
                public function set strand(value:IStrand):void
                {

Reply via email to