Ignore:
Timestamp:
10/20/14 18:28:27 (10 years ago)
Author:
funger
Message:

renamed

File:
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-plugin-android/src/main/java/de/ugoe/cs/autoquest/plugin/android/guimodel/ANDROIDFrame.java

    r1789 r1790  
    2323 * @author Florian Unger 
    2424 */ 
    25 public class AndroidFrame extends AndroidGUIElement implements IFrame{ 
     25public class ANDROIDFrame extends ANDROIDGUIElement implements IFrame{ 
    2626        /** 
    2727     * <p> 
     
    4242     *            window 
    4343     */ 
    44         public AndroidFrame(AndroidGUIElementSpec specification, 
    45                         AndroidGUIElement parent) { 
     44        public ANDROIDFrame(ANDROIDGUIElementSpec specification, 
     45                        ANDROIDGUIElement parent) { 
    4646                super(specification, parent); 
    4747        } 
Note: See TracChangeset for help on using the changeset viewer.