somehow the rename left a delete to be committed

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

Branch: refs/heads/develop
Commit: 7038391b59e1bca78b45e06c2a9f8fc079f7b5bc
Parents: afb5796
Author: Alex Harui <aha...@apache.org>
Authored: Tue Feb 4 12:28:47 2014 -0800
Committer: Alex Harui <aha...@apache.org>
Committed: Wed Feb 5 21:59:31 2014 -0800

----------------------------------------------------------------------
 .../html/staticControls/ContainerContentArea.as | 30 --------------------
 1 file changed, 30 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/7038391b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/ContainerContentArea.as
----------------------------------------------------------------------
diff --git 
a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/ContainerContentArea.as
 
b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/ContainerContentArea.as
deleted file mode 100644
index fd846a4..0000000
--- 
a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/ContainerContentArea.as
+++ /dev/null
@@ -1,30 +0,0 @@
-////////////////////////////////////////////////////////////////////////////////
-//
-//  Licensed to the Apache Software Foundation (ASF) under one or more
-//  contributor license agreements.  See the NOTICE file distributed with
-//  this work for additional information regarding copyright ownership.
-//  The ASF licenses this file to You under the Apache License, Version 2.0
-//  (the "License"); you may not use this file except in compliance with
-//  the License.  You may obtain a copy of the License at
-//
-//      http://www.apache.org/licenses/LICENSE-2.0
-//
-//  Unless required by applicable law or agreed to in writing, software
-//  distributed under the License is distributed on an "AS IS" BASIS,
-//  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-//  See the License for the specific language governing permissions and
-//  limitations under the License.
-//
-////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls
-{
-       import org.apache.flex.core.UIBase;
-       
-       public class ContainerContentArea extends UIBase
-       {
-               public function ContainerContentArea()
-               {
-                       super();
-               }
-       }
-}
\ No newline at end of file

Reply via email to