Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 3F75F200C8F for ; Fri, 26 May 2017 01:48:41 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 3E30D160BDF; Thu, 25 May 2017 23:48:41 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id AA60E160BD5 for ; Fri, 26 May 2017 01:48:40 +0200 (CEST) Received: (qmail 22150 invoked by uid 500); 25 May 2017 23:48:39 -0000 Mailing-List: contact commits-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list commits@flex.apache.org Received: (qmail 22142 invoked by uid 99); 25 May 2017 23:48:39 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 May 2017 23:48:39 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B0265E0898; Thu, 25 May 2017 23:48:39 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jmclean@apache.org To: commits@flex.apache.org Date: Thu, 25 May 2017 23:48:39 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/7] git commit: [flex-asjs] [refs/heads/develop] - override usually comes first archived-at: Thu, 25 May 2017 23:48:41 -0000 Repository: flex-asjs Updated Branches: refs/heads/develop 95545813d -> 516e04f89 override usually comes first Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/a7764668 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/a7764668 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/a7764668 Branch: refs/heads/develop Commit: a7764668b1a311ad3ce29eebe5fbec3ce0c88105 Parents: 9554581 Author: Justin Mclean Authored: Fri May 26 07:51:31 2017 +1000 Committer: Justin Mclean Committed: Fri May 26 07:51:31 2017 +1000 ---------------------------------------------------------------------- .../Core/src/main/flex/org/apache/flex/events/MouseEvent.as | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a7764668/frameworks/projects/Core/src/main/flex/org/apache/flex/events/MouseEvent.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/Core/src/main/flex/org/apache/flex/events/MouseEvent.as b/frameworks/projects/Core/src/main/flex/org/apache/flex/events/MouseEvent.as index 3e5a617..0b3b28e 100644 --- a/frameworks/projects/Core/src/main/flex/org/apache/flex/events/MouseEvent.as +++ b/frameworks/projects/Core/src/main/flex/org/apache/flex/events/MouseEvent.as @@ -144,7 +144,7 @@ package org.apache.flex.events /** * @private */ - public override function clone():flash.events.Event + override public function clone():flash.events.Event { return cloneEvent() as flash.events.Event; }